Fix #136, overflow of color selector at bottom of gui

This commit is contained in:
Jeff Nusz 2017-04-07 14:04:04 -07:00
parent ab80fca553
commit 4cd09b3ca0

View File

@ -89,7 +89,7 @@ $button-height: 20px;
float: right; float: right;
margin-right: 15px; margin-right: 15px;
overflow-x: hidden; overflow-y:visible;
&.has-save > ul { &.has-save > ul {