mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
c1330d92b2
* mantine v8 migration * various design changes and improvements
10 lines
180 B
CSS
10 lines
180 B
CSS
.animated-page {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
container-type: inline-size;
|
|
overflow: hidden;
|
|
}
|