mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 18:03:58 +00:00
style(ModalBase): add max-height to normal modals
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
if (oldFocus) oldFocus.focus();
|
if (oldFocus) oldFocus.focus();
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- The Modal -->
|
<!-- The Modal -->
|
||||||
@@ -88,6 +87,7 @@
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 15vh;
|
margin-top: 15vh;
|
||||||
|
max-height: 70vh;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -160,5 +160,4 @@
|
|||||||
border-top: 1px solid var(--theme-border);
|
border-top: 1px solid var(--theme-border);
|
||||||
background-color: var(--theme-bg-modalheader);
|
background-color: var(--theme-bg-modalheader);
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user