fix: sidebar height out of visible area

This commit is contained in:
Fabio Di Stasio 2023-04-26 18:52:32 +02:00
parent 0cd55fbfe9
commit af91d96db6
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ const toggleSearchMethod = () => {
.workspace-explorebar-body {
width: 100%;
height: calc((100vh - 58px) - #{$excluding-size});
height: calc((100vh - 68px) - #{$excluding-size});
overflow: overlay;
padding: 0 0.1rem;
}