update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / CatalogItemDetailsEditor.scss
1 .CatalogItemDetailsEditor {
2     position: absolute;
3     overflow: hidden;
4     &:hover {
5         overflow: auto;
6     }
7     -ms-overflow-style: -ms-autohiding-scrollbar;
8     bottom: 0;
9     top: 0;
10     left: 0;
11     right: 0;
12 }