Fix toolbar on mobile.

This commit is contained in:
2026-07-24 16:14:20 +02:00
parent 65983ec6be
commit ab57377034
+3
View File
@@ -916,6 +916,9 @@ aside.sidebar:empty { display: none; }
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;
/* Reset the desktop sticky `top: 0`; with it, fixed + top + bottom would
stretch the bar to the full viewport height. */
top: auto;
bottom: 0; bottom: 0;
z-index: 50; z-index: 50;
border: none; border: none;