mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-06-06 02:25:02 +00:00
Merge pull request #105 from NateXVI/feature/Scrolling
Fix scrolling on the process list
This commit is contained in:
commit
64459476ce
@ -388,6 +388,12 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-container {
|
||||||
|
height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user