Fix menu content overlay on tablet

pull/5615/head
Chocobozzz 2023-02-16 15:54:19 +01:00
parent 0cdc545fe0
commit 4835b374d0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,8 @@
opacity: 0.75;
content: '';
display: block;
position: fixed;
z-index: z(overlay);
}
}
}