fix(app): refine status modal layout and spacing
This commit is contained in:
parent
d5768ca43c
commit
3527d011a6
2 changed files with 111 additions and 101 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: var(--background-stronger);
|
||||
|
|
@ -122,6 +123,7 @@
|
|||
[data-slot="tabs-content"] {
|
||||
overflow-y: auto;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
|
||||
/* Hide scrollbar */
|
||||
scrollbar-width: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue