mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Merge pull request #360 from Bashamega/bashamega-patch
Fixes the scroll bar
This commit is contained in:
commit
4ea54823b0
@ -3410,7 +3410,7 @@ label {
|
||||
flex: 1;
|
||||
padding: 20px 30px;
|
||||
height: 500px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.settings-content {
|
||||
|
Loading…
Reference in New Issue
Block a user