mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-12 03:13:24 +01:00
24 lines
301 B
Text
24 lines
301 B
Text
:global(.SVG_ICON) {
|
|
stroke: #fff;
|
|
}
|
|
|
|
.root {
|
|
height: 100%;
|
|
display: flex;
|
|
}
|
|
|
|
.mainArea {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
position: relative;
|
|
}
|
|
|
|
:global(#viewer-container) {
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
}
|