mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-17 04:00:48 +01:00
fix: sidebar height out of visible area
This commit is contained in:
parent
0cd55fbfe9
commit
af91d96db6
@ -533,7 +533,7 @@ const toggleSearchMethod = () => {
|
|||||||
|
|
||||||
.workspace-explorebar-body {
|
.workspace-explorebar-body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc((100vh - 58px) - #{$excluding-size});
|
height: calc((100vh - 68px) - #{$excluding-size});
|
||||||
overflow: overlay;
|
overflow: overlay;
|
||||||
padding: 0 0.1rem;
|
padding: 0 0.1rem;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user