mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix nav drawer draggable when expanded
This commit is contained in:
parent
f93fbda39a
commit
9d39c1e3ee
1 changed files with 5 additions and 0 deletions
|
@ -481,6 +481,11 @@ body:not(.dashboardDocument) .headerAppsButton {
|
|||
z-index: 998 !important;
|
||||
top: 65px !important;
|
||||
left: 0 !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.dashboardDocument .tmla-mask {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.dashboardDocument .mainDrawerButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue