style: reorder modal panel visual properties
Agent-Logs-Url: https://github.com/ulsklyc/oikos/sessions/7153de23-b6c6-423d-974c-cf3b961cbbad Co-authored-by: ulsklyc <108589275+ulsklyc@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8d1227cfec
commit
ce348ba702
@@ -642,9 +642,9 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 90dvh;
|
max-height: 90dvh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
border-radius: var(--radius-lg) var(--radius-lg) 0 0;
|
||||||
border: 1px solid var(--color-border-subtle);
|
border: 1px solid var(--color-border-subtle);
|
||||||
box-shadow: var(--shadow-lg);
|
box-shadow: var(--shadow-lg);
|
||||||
border-radius: var(--radius-lg) var(--radius-lg) 0 0;
|
|
||||||
animation: modal-slide-up 0.25s var(--ease-out) forwards;
|
animation: modal-slide-up 0.25s var(--ease-out) forwards;
|
||||||
/* Cursor vom Overlay zurücksetzen */
|
/* Cursor vom Overlay zurücksetzen */
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|||||||
Reference in New Issue
Block a user