0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

add provisional fix to tool bar

This commit is contained in:
Juan de la Cruz 2016-01-25 19:34:31 +01:00
parent 943556186f
commit 1d205384fc

View file

@ -18,7 +18,9 @@
.tool-window {
display: flex;
flex-direction: column;
flex: 1;
height: 100%;
max-height: 40%;
//flex: 1;
width: 100%;
.tool-window-bar {