mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 06:36:00 +00:00
index.html
This commit is contained in:
@@ -379,6 +379,7 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
user-select: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
.table {
|
||||
position: absolute;
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
<script lang="ts">
|
||||
import FormButton from '../forms/FormButton.svelte';
|
||||
import FormProvider from '../forms/FormProvider.svelte';
|
||||
import FormSubmit from '../forms/FormSubmit.svelte';
|
||||
import TextAreaField from '../forms/TextAreaField.svelte';
|
||||
import TextAreaField from '../forms/TextAreaField.svelte';
|
||||
import FormStyledButton from '../widgets/FormStyledButton.svelte';
|
||||
import ModalBase from './ModalBase.svelte';
|
||||
import { closeCurrentModal } from './modalTools';
|
||||
|
||||
Reference in New Issue
Block a user