From 1f1a5e8fd1d96a8a2193a31c544c6e71798247be Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Mon, 17 Aug 2020 21:27:43 -0700 Subject: [PATCH] fix: update display style for popover --- src/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.scss b/src/style.scss index b98d712..2230fe5 100644 --- a/src/style.scss +++ b/src/style.scss @@ -21,9 +21,9 @@ display: none; &[data-show] { - display: block; + display: inline-block; z-index: var(--auro-depth-tooltip); - background: var(--auro-color-background-lightest); + background-color: var(--auro-color-background-lightest); } }