diff --git a/src/app/modules/angular-slickgrid/styles/slick-plugins.scss b/src/app/modules/angular-slickgrid/styles/slick-plugins.scss index 5d7457fe7..0a193c342 100644 --- a/src/app/modules/angular-slickgrid/styles/slick-plugins.scss +++ b/src/app/modules/angular-slickgrid/styles/slick-plugins.scss @@ -19,6 +19,13 @@ overflow: auto; resize: both; + /* make sure that other UI frameworks aren't overriding our properties (Bulma was one of them affecting this) */ + &.dropdown, + &.dropup { + display: inline-block; + position: absolute; + } + > .close { float: right; cursor: pointer; @@ -130,6 +137,13 @@ overflow: auto; resize: both; + /* make sure that other UI frameworks aren't overriding our properties (Bulma was one of them affecting this) */ + &.dropdown, + &.dropup { + display: inline-block; + position: absolute; + } + > .close { float: right; background-color: $context-menu-close-btn-bg-color;