mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +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;
|
flex: 1;
|
||||||
padding: 20px 30px;
|
padding: 20px 30px;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-content {
|
.settings-content {
|
||||||
|
Loading…
Reference in New Issue
Block a user