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); } }