mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-02 22:31:07 +08:00
fix ios
This commit is contained in:
@@ -4,6 +4,16 @@
|
||||
@tailwind utilities;
|
||||
|
||||
|
||||
@supports (-webkit-touch-callout: none) {
|
||||
html.v-overlay-scroll-blocked {
|
||||
position: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
@mixin hide-scrollbar {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
|
||||
Reference in New Issue
Block a user