Update stylesheet.css

This commit is contained in:
ayaao 2022-12-13 17:16:28 +06:00 committed by GitHub
parent ea1c618489
commit 0fa9958ea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,3 +234,14 @@ input[type=checkbox] {
.floating_sidebar,.floating_sidebar.show {
display:none
}
#backdrop:before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
height:42px;
width:100%;
background-color:#3c3c3c
}