From 7569d559466e750918e59eaff96ff458fec2f92b Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Tue, 17 Dec 2019 10:53:10 +0100 Subject: [PATCH] chore: fix width of region menu --- src/atlasViewer/atlasViewer.style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/atlasViewer/atlasViewer.style.css b/src/atlasViewer/atlasViewer.style.css index 28beaa4f0..1782ffbc7 100644 --- a/src/atlasViewer/atlasViewer.style.css +++ b/src/atlasViewer/atlasViewer.style.css @@ -43,7 +43,7 @@ layout-floating-container [fixedMouseContextualContainerDirective] { - max-width: 20vw; + max-width: 100%; } div[imageContainer] @@ -63,4 +63,9 @@ mat-sidenav { .mobileMenuTabs { margin: 40px 0 0 5px; -} \ No newline at end of file +} + +region-menu +{ + display:inline-block; +} -- GitLab