File size: 271 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
.editor-media-modal__content {
display: flex;
flex-direction: column;
position: absolute;
top: 52px;
right: 0;
bottom: 74px;
left: 0;
overflow-y: auto;
@include breakpoint-deprecated( ">660px" ) {
flex-direction: row;
top: 74px;
overflow-y: visible;
}
}
|