bdbdb9c121d6368260f2845c1c1abcce32fd623b
[osm/UI.git] / 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 }