Fix sidebar background-color on mobile

This commit is contained in:
Guillaume Gomez 2022-07-25 14:19:26 +02:00
parent 2f320a224e
commit 202e32a2ca

View File

@ -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;