Files
dmitriy.icu/src/components/viewBox.scss
2020-03-27 23:53:29 +05:00

16 lines
272 B
SCSS

.viewBox {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: var(--background-color);
cursor: pointer;
display: flex;
justify-content: center;
z-index: 1000;
img {
object-fit: contain;
}
}