mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix: correct safe margin for slideover (#2977)
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
}
|
||||
|
||||
.slideover {
|
||||
padding-top: calc(1.5rem + env(safe-area-inset-top));
|
||||
padding-bottom: 1.5rem;
|
||||
padding-top: calc(1rem + env(safe-area-inset-top)) !important;
|
||||
padding-bottom: calc(1rem + env(safe-area-inset-top)) !important;
|
||||
}
|
||||
|
||||
.sidebar-close-button {
|
||||
|
||||
Reference in New Issue
Block a user