Files
feishin/src/renderer/features/shared/components/animated-page.module.scss
T

10 lines
180 B
SCSS

.animated-page {
container-type: inline-size;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
overflow: hidden;
}