Newer
Older
div#ks-editor #sidepanel {
resize: horizontal;
overflow: auto;
max-width: 40%;
height: inherit;
margin: 0.3rem;
padding: 0.25rem;
border: 1px lightgrey solid;
border-radius: 5px;
}
div#ks-editor #sidepanel > * {
margin: 0.25rem;
}
div#ks-editor #content {
display: flex;
}
div#ks-editor #box-select-layer {
position: relative;
}
div#ks-editor #box-select {
position: absolute;
z-index: 300000;
border-style: dotted;
border-color: #3e74cc;
border-width: 2px;
background-color: rgba(255, 255, 255, 0.5);
pointer-events: none;
}