Made windows resizable
This commit is contained in:
parent
28b274c1fe
commit
42b0883997
1 changed files with 4 additions and 0 deletions
|
|
@ -7,7 +7,11 @@
|
|||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 200px;
|
||||
min-height: 50px;
|
||||
background-color: var(--background-color-c);
|
||||
resize: both;
|
||||
overflow: hidden;
|
||||
/* animation: pop-in 200ms ease-in-out; */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue