From b3b50fe346a9dec8735f1184c0ab3ab5492c23b7 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Thu, 3 Nov 2016 13:47:15 -0500 Subject: [PATCH] fix(toolbar): popups --- css/_toolbars.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/_toolbars.scss b/css/_toolbars.scss index 6bd5da34f..206e0fdd2 100644 --- a/css/_toolbars.scss +++ b/css/_toolbars.scss @@ -54,7 +54,14 @@ margin-right: auto; width: auto; border-radius: 3px; - overflow: hidden; + .button:first-child { + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; + } + .button:last-child { + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + } } #extendedToolbar {