Fixes scroll issue which throws off color picker in chrome

This commit is contained in:
Theunis J. Botha 2017-05-18 11:22:04 +02:00
parent 2659494a80
commit afc9cf2322

View File

@ -136,6 +136,8 @@ $input-color: lighten($background-color, 8.5%);
&.color {
border-left: 3px solid;
position: relative;
overflow: visible;
}
&.function {