diff --git a/resources/assets/stylesheets/scss/tooltip.scss b/resources/assets/stylesheets/scss/tooltip.scss index 114b596c0e99696408bb72305cd80db1b673ce86..a25d9918f497684fe8de342c669fdf0b99b64c1c 100644 --- a/resources/assets/stylesheets/scss/tooltip.scss +++ b/resources/assets/stylesheets/scss/tooltip.scss @@ -38,6 +38,7 @@ @extend %tooltip; display: none; } + &:hover .tooltip-content, &:focus .tooltip-content { bottom: 100%; display: inline-block;