mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-24 14:49:21 -05:00
12 lines
150 B
CSS
12 lines
150 B
CSS
|
.melt-layout {
|
||
|
flex: auto;
|
||
|
}
|
||
|
|
||
|
.melt-layout--absolute-positioned {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|