mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 10:13:03 +00:00
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.
This commit is contained in:
parent
aa0d829de6
commit
e91fa307d0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
position: absolute;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
z-index: 11;
|
||||
z-index: 9;
|
||||
left: 0;
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue