1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

User settings view tab does not scroll properly

This commit is contained in:
Nick O'Leary 2018-08-13 11:03:55 +01:00
parent 1dc021e871
commit 7a01b115bb
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -61,7 +61,13 @@
}
#user-settings-tab-view {
position: absolute;
top:0;
right: 0;
left: 0;
bottom: 0;
padding: 8px 20px 20px;
overflow-y: scroll;
}
.user-settings-row {
padding: 5px 10px 2px;