simplify CSS rules for brush editor overflow
This commit is contained in:
parent
5b22a50036
commit
bfbde0dee3
|
@ -41,13 +41,10 @@ main {
|
||||||
|
|
||||||
&>.right {
|
&>.right {
|
||||||
grid-column: right / right;
|
grid-column: right / right;
|
||||||
height: 100%;
|
height: fit-content;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
|
||||||
&>.right-content {
|
|
||||||
max-height: 100%;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
|
@ -64,7 +61,6 @@ main {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&>rkgk-canvas-renderer {
|
&>rkgk-canvas-renderer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
<a href="/docs/rkgk.html">Manual</a>
|
<a href="/docs/rkgk.html">Manual</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<div class="right-content">
|
|
||||||
<rkgk-resize-handle
|
<rkgk-resize-handle
|
||||||
data-direction="vertical"
|
data-direction="vertical"
|
||||||
data-target="panels-overlay"
|
data-target="panels-overlay"
|
||||||
|
@ -60,7 +59,6 @@
|
||||||
<rkgk-brush-editor></rkgk-brush-editor>
|
<rkgk-brush-editor></rkgk-brush-editor>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<rkgk-welcome>
|
<rkgk-welcome>
|
||||||
<dialog name="welcome-dialog" class="rkgk-panel">
|
<dialog name="welcome-dialog" class="rkgk-panel">
|
||||||
|
|
Loading…
Reference in a new issue