mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
web-svelte => web
This commit is contained in:
10
packages/web/src/widgets/WidgetsInnerContainer.svelte
Normal file
10
packages/web/src/widgets/WidgetsInnerContainer.svelte
Normal file
@@ -0,0 +1,10 @@
|
||||
<div><slot /></div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
flex: 1 1;
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
width: var(--dim-left-panel-width);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user