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