Newer
Older
.modal-content {
position: absolute;
display: flex;
height: 100%;
width: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: 'touch';
user-select: none;
/* Default modal resets */
margin: 0;
border: none;
border-radius: 0;
}
Steven Dale
committed
display: flex;
justify-content: flex-start;
steven dale
committed
background: $ui-pane-gray;
overflow-y: auto;
height: calc(100% - $library-header-height);
steven dale
committed
padding: 0.5rem;