From c266599ed7626c47fd68e927051fef5f42eb5663 Mon Sep 17 00:00:00 2001 From: Bruno Alves de Faria Date: Wed, 24 Aug 2016 15:21:50 -0300 Subject: [PATCH] OHIF-61: Fixing 'more' tools dropdown --- .../viewer/toolbarSectionTools/toolbarSectionTools.styl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Packages/viewerbase/client/components/viewer/toolbarSectionTools/toolbarSectionTools.styl b/Packages/viewerbase/client/components/viewer/toolbarSectionTools/toolbarSectionTools.styl index c618e0283..27f29e873 100644 --- a/Packages/viewerbase/client/components/viewer/toolbarSectionTools/toolbarSectionTools.styl +++ b/Packages/viewerbase/client/components/viewer/toolbarSectionTools/toolbarSectionTools.styl @@ -9,8 +9,9 @@ $distance = 12px bottom: - ($toolbarDrawerHeight + $distance) height: $toolbarDrawerHeight left: 0 + min-width: 100% position: absolute - width: 100% + white-space: nowrap .toolbarSectionDrawer background-color: $uiGrayDarker @@ -30,4 +31,4 @@ $distance = 12px width: 8px &.active .buttonLabel i - transform(rotateX(180deg)) \ No newline at end of file + transform(rotateX(180deg))