Fix toolbar on mobile.
This commit is contained in:
@@ -916,6 +916,9 @@ aside.sidebar:empty { display: none; }
|
||||
position: fixed;
|
||||
left: 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;
|
||||
z-index: 50;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user