update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / CatalogItemDetailsEditor.scss
diff --git a/skyquake/plugins/composer/src/src/styles/CatalogItemDetailsEditor.scss b/skyquake/plugins/composer/src/src/styles/CatalogItemDetailsEditor.scss
new file mode 100644 (file)
index 0000000..bdbdb9c
--- /dev/null
@@ -0,0 +1,12 @@
+.CatalogItemDetailsEditor {
+    position: absolute;
+    overflow: hidden;
+    &:hover {
+        overflow: auto;
+    }
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+    bottom: 0;
+    top: 0;
+    left: 0;
+    right: 0;
+}
\ No newline at end of file