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;
}
grid-template-columns: repeat(auto-fill, 160px);
steven dale
committed
background: $ui-pane-gray;