2015-03-03 14:22:30 -08:00

8 lines
106 B
SCSS

.overlay {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: $layer-3;
}