mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 12:38:24 +02:00
🐛 Fix tooltips on left toolbar
This commit is contained in:
parent
412dcae01a
commit
4912107fcc
3 changed files with 28 additions and 27 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue