Fix sidebar background-color on mobile
This commit is contained in:
parent
2f320a224e
commit
202e32a2ca
@ -1855,7 +1855,6 @@ in storage.js plus the media query with (min-width: 701px)
|
|||||||
the sidebar stays visible for screen readers, which is useful for navigation. */
|
the sidebar stays visible for screen readers, which is useful for navigation. */
|
||||||
left: -1000px;
|
left: -1000px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
background-color: rgba(0,0,0,0);
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user