update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / DetailsPanel.scss
index 729f6de..04f1e78 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * 
  *   Copyright 2016 RIFT.IO Inc
  *   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;
        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