mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 08:53:25 +01:00
12 lines
152 B
Text
12 lines
152 B
Text
.root {
|
|
height: 100%;
|
|
display: flex;
|
|
}
|
|
|
|
.viewer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|