diff --git a/src/components/windows/Window.module.css b/src/components/windows/Window.module.css index c5ecff2..f172a87 100644 --- a/src/components/windows/Window.module.css +++ b/src/components/windows/Window.module.css @@ -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; */ }