diff --git a/src/v1/_base.scss b/src/v1/_base.scss index 53e44d13..950ff2d4 100644 --- a/src/v1/_base.scss +++ b/src/v1/_base.scss @@ -20,6 +20,23 @@ display: none !important; } } + + // Quick fix for: https://github.com/tonysamperi/ngx-popperjs/issues/52 + &.google-chrome { + popper-content { + .ngxp__container { + display: block !important; + position: absolute; + right: 0; + bottom: 0; + opacity: 0; + + &[aria-hidden="true"] { + visibility: hidden; + } + } + } + } } .clearfix { diff --git a/src/v2/styles/_base.scss b/src/v2/styles/_base.scss index d3df470e..deeabf7a 100644 --- a/src/v2/styles/_base.scss +++ b/src/v2/styles/_base.scss @@ -18,6 +18,23 @@ display: none !important; } } + + // Quick fix for: https://github.com/tonysamperi/ngx-popperjs/issues/52 + &.google-chrome { + popper-content { + .ngxp__container { + display: block !important; + position: absolute; + right: 0; + bottom: 0; + opacity: 0; + + &[aria-hidden="true"] { + visibility: hidden; + } + } + } + } } // Fixes icon sizing problem in Angular SDK