fix: tweak z-index to not clash with sidebar on mobile #1

Open
csolisr wants to merge 1 commit from fix-showmore-dyn-css into develop
Showing only changes of commit e91fa307d0 - Show all commits

fix: tweak z-index to not clash with sidebar on mobile

By default, the z-index of the toggle button is above the z-index of the sidebar on mobile devices. This fix tweaks the z-index so that it remains below the sidebar while it's open.
csolisr 2023-07-07 17:02:44 +02:00

View file

@ -7,7 +7,7 @@
position: absolute;
top: auto;
bottom: 0;
z-index: 11;
z-index: 9;
left: 0;
display: none;
}