mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
11 lines
149 B
Svelte
11 lines
149 B
Svelte
<div><slot /></div>
|
|
|
|
<style>
|
|
div {
|
|
flex: 1 1;
|
|
overflow-x: auto;
|
|
overflow-y: auto;
|
|
width: var(--dim-left-panel-width);
|
|
}
|
|
</style>
|