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:
parent
1dc021e871
commit
7a01b115bb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user