fixes: mobile toggle was hidden (#5353)

This commit is contained in:
Arpit 2023-01-18 14:14:45 +05:30 committed by GitHub
parent 7f8cf797f5
commit 4d78f830b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -348,7 +348,7 @@ button {
}
.editor-sidebar {
height: 100%;
height: calc(100% - 45px);
position: fixed;
right: 0;
overflow-x: hidden;