X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fstyles%2FCatalogItemDetailsEditor.scss;fp=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fstyles%2FCatalogItemDetailsEditor.scss;h=bdbdb9c121d6368260f2845c1c1abcce32fd623b;hb=03156e335275de1dafbc2a816e98006afdf249bf;hp=0000000000000000000000000000000000000000;hpb=f2dc2462571800e62cba969964de621dca09299c;p=osm%2FUI.git diff --git a/skyquake/plugins/composer/src/src/styles/CatalogItemDetailsEditor.scss b/skyquake/plugins/composer/src/src/styles/CatalogItemDetailsEditor.scss new file mode 100644 index 000000000..bdbdb9c12 --- /dev/null +++ b/skyquake/plugins/composer/src/src/styles/CatalogItemDetailsEditor.scss @@ -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