ux design
This commit is contained in:
parent
bc977b8281
commit
cbf81336e0
1 changed files with 3 additions and 3 deletions
|
|
@ -27,10 +27,10 @@
|
|||
min-height: 0;
|
||||
max-height: 100%;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--color-border, #e2e8f0);
|
||||
border-radius: 10px;
|
||||
border: 1px solid var(--color-border, #E2E8F0);
|
||||
border-radius: 8px;
|
||||
background: var(--color-bg);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
/* Top horizontal scrollbar */
|
||||
|
|
|
|||
Loading…
Reference in a new issue