Overlay preview scroll fix and styling

- Preview now handles overflow properly;
- Refined preview styles;
This commit is contained in:
charlesh88 2019-04-04 23:29:50 -07:00
parent 0837129ad5
commit c552afff17

View File

@ -63,7 +63,11 @@
}
&__object-view {
background: $colorBodyBg;
border: 1px solid $colorInteriorBorder;
flex: 1 1 auto;
overflow: auto;
padding: $interiorMargin;
> div:not([class]) {
// Target an immediate child div without a class and make it display: contents