]> git.mxchange.org Git - friendica-addons.git/commitdiff
fix: tweak z-index to not clash with sidebar on mobile
authorcsolisr <csolisr@noreply.git.friendi.ca>
Fri, 7 Jul 2023 15:02:44 +0000 (17:02 +0200)
committercsolisr <csolisr@noreply.git.friendi.ca>
Fri, 7 Jul 2023 15:02:44 +0000 (17:02 +0200)
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.

showmore_dyn/showmore_dyn.css

index 93cc87a539fc5d850af75b54062e53da94c69edd..250d95c67b52b86d7a7dcf44b16070fa32d59d10 100644 (file)
@@ -7,7 +7,7 @@
        position: absolute;
        top: auto;
        bottom: 0;
-       z-index: 11;
+       z-index: 9;
        left: 0;
        display: none;
 }