feat(Builder): Fix sidebar covering navbar (#7544)

Fix sidebar covering flow
pull/7548/head
Bently 2024-07-22 10:11:46 +01:00 committed by GitHub
parent 235715e054
commit fd000a4173
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ input::placeholder, textarea::placeholder {
.sidebar {
position: fixed;
top: 0;
top: 68px;
left: -600px;
width: 350px;
height: 100%;