Merge pull request #105 from NateXVI/feature/Scrolling

Fix scrolling on the process list
This commit is contained in:
Abdenasser Elidrissi 2024-11-12 10:53:57 +01:00 committed by GitHub
commit 64459476ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -388,6 +388,12 @@
overflow: hidden;
}
.app-container {
height: 100vh;
display: flex;
flex-direction: column;
}
.alert {
margin: 8px;
padding: 8px 12px;