From afc9cf2322b70407b48c02b746b2781af2b08ea7 Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Thu, 18 May 2017 11:22:04 +0200 Subject: [PATCH] Fixes scroll issue which throws off color picker in chrome --- src/dat/gui/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dat/gui/style.scss b/src/dat/gui/style.scss index 89705cd..5cd408d 100644 --- a/src/dat/gui/style.scss +++ b/src/dat/gui/style.scss @@ -136,6 +136,8 @@ $input-color: lighten($background-color, 8.5%); &.color { border-left: 3px solid; + position: relative; + overflow: visible; } &.function {