mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
9 lines
No EOL
126 B
Text
9 lines
No EOL
126 B
Text
.root {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
display: flex;
|
|
z-index: 150;
|
|
flex-direction: column;
|
|
} |