silphius/app/react-components/dom.module.css

9 lines
178 B
CSS
Raw Normal View History

2024-06-10 22:42:30 -05:00
.dom {
height: calc(100% / var(--scale));
position: absolute;
top: 0;
transform: scale(var(--scale));
transform-origin: top left;
width: calc(100% / var(--scale));
}