From 9f66dd58231cde36ff0b1d403ddae31950a754fc Mon Sep 17 00:00:00 2001 From: Bruno Alves de Faria Date: Thu, 5 Jan 2017 15:08:44 -0200 Subject: [PATCH] LT-115: Fixing toolbar overflow for Viewers --- OHIFViewer/client/components/toolbarSection/toolbarSection.styl | 1 - 1 file changed, 1 deletion(-) diff --git a/OHIFViewer/client/components/toolbarSection/toolbarSection.styl b/OHIFViewer/client/components/toolbarSection/toolbarSection.styl index e6ac4b683..0298ee5bc 100644 --- a/OHIFViewer/client/components/toolbarSection/toolbarSection.styl +++ b/OHIFViewer/client/components/toolbarSection/toolbarSection.styl @@ -4,7 +4,6 @@ theme('border-bottom', '%s solid $uiBorderColor' % $uiBorderThickness) flex: 0 0 auto height: $toolbarHeight - overflow: hidden padding-top: 6px position: relative transition(height 300ms ease)