X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fstyles%2FDetailsPanel.scss;h=04f1e7881d2623afb33e6ff6a26d21af01535d54;hp=729f6de3a8be696dafbb98cbd4d305e6123c41b0;hb=refs%2Fchanges%2F79%2F5479%2F2;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/plugins/composer/src/src/styles/DetailsPanel.scss b/skyquake/plugins/composer/src/src/styles/DetailsPanel.scss index 729f6de3a..04f1e7881 100644 --- a/skyquake/plugins/composer/src/src/styles/DetailsPanel.scss +++ b/skyquake/plugins/composer/src/src/styles/DetailsPanel.scss @@ -1,4 +1,3 @@ - /* * * Copyright 2016 RIFT.IO Inc @@ -16,11 +15,12 @@ * limitations under the License. * */ + @import 'main'; @import 'variables'; .DetailsPanel { @extend .panel; - border-top: 1px solid mix($panel-border-color, white, 80%); + //border-top: 1px solid mix($panel-border-color, white, 80%); //border-left: 1px solid $panel-border-color; background-color: ($panel-bg-color-contrast); position: absolute; @@ -30,18 +30,15 @@ width: 300px; min-width: 6px; z-index: 2; - .DetailsPanelBody { - @extend .panel-body; - position: absolute; - overflow: hidden; - &:hover { - overflow: auto; - } - -ms-overflow-style: -ms-autohiding-scrollbar; - bottom: 0; - top: 0; - left: 0; - right: 0; - min-width: 200px; - } + overflow: visible } + +.DetailsPanelBody { + overflow: hidden; + >div { + position: relative; + height: 100%; + width: 100%; + } + min-width: 200px; +} \ No newline at end of file