Temporary fix for large context menu unusability

This commit is contained in:
ilsubyeega (Il Sub Shin) 2023-12-31 13:53:07 +09:00 committed by Rafael Mardojai CM
parent 1bdf9a04f8
commit 81f84496ae
1 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@ tab > stack {
#scrollbutton-up,
#scrollbutton-down {
border-top: 0 !important;
position: absolute !important;
z-index: 5 !important;
border-top: 0 !important;
position: relative !important;
z-index: 5 !important;
top: 0;
bottom: 0;
}