From 4cd09b3ca03e7016f6844c12c77a547f33249ff2 Mon Sep 17 00:00:00 2001 From: Jeff Nusz Date: Fri, 7 Apr 2017 14:04:04 -0700 Subject: [PATCH] Fix #136, overflow of color selector at bottom of gui --- src/dat/gui/_structure.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dat/gui/_structure.scss b/src/dat/gui/_structure.scss index f497434..5854d6f 100644 --- a/src/dat/gui/_structure.scss +++ b/src/dat/gui/_structure.scss @@ -89,7 +89,7 @@ $button-height: 20px; float: right; margin-right: 15px; - overflow-x: hidden; + overflow-y:visible; &.has-save > ul {