mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-21 16:05:44 +01:00
18 lines
No EOL
298 B
Text
18 lines
No EOL
298 B
Text
.root {
|
|
overflow: auto;
|
|
position: absolute;
|
|
top:0;
|
|
left:0;
|
|
bottom:80px;
|
|
max-width: 300px;
|
|
}
|
|
|
|
.root :global(.sectionHeader) {
|
|
margin: 3px;
|
|
padding: 2px;
|
|
background-color: #7d7d7dee;
|
|
border: #595959 1px solid;
|
|
border-radius: 3px;
|
|
pointer-events: initial;
|
|
cursor: pointer;
|
|
} |