mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
add provisional fix to tool bar
This commit is contained in:
parent
943556186f
commit
1d205384fc
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@
|
||||||
.tool-window {
|
.tool-window {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
height: 100%;
|
||||||
|
max-height: 40%;
|
||||||
|
//flex: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.tool-window-bar {
|
.tool-window-bar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue