🐛 Fix tooltips on left toolbar

This commit is contained in:
Eva 2023-02-07 09:45:30 +01:00
parent 412dcae01a
commit 4912107fcc
3 changed files with 28 additions and 27 deletions

View file

@ -37,7 +37,7 @@ $height-palette-max: 80px;
.left-toolbar {
grid-area: toolbar;
width: $width-left-toolbar;
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
}