mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
fix style
This commit is contained in:
@@ -6,17 +6,13 @@
|
||||
|
||||
html {
|
||||
min-height: calc(100% + env(safe-area-inset-top));
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
html, body {
|
||||
background: rgb(var(--v-theme-background));
|
||||
}
|
||||
background: rgb(var(--v-theme-background));
|
||||
}
|
||||
|
||||
body {
|
||||
overscroll-behavior-y: contain;
|
||||
--webkit-overflow-scrolling: touch;
|
||||
background: rgb(var(--v-theme-background));
|
||||
}
|
||||
|
||||
body,
|
||||
|
||||
Reference in New Issue
Block a user