mirror of https://github.com/node-red/node-red.git
Fix scrolling issue in Git config UI
parent
6a75a084ad
commit
811aaa9df4
|
|
@ -830,7 +830,13 @@ div.red-ui-projects-dialog-ssh-public-key {
|
|||
}
|
||||
|
||||
#red-ui-settings-tab-gitconfig {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
padding: 8px 20px 20px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.red-ui-settings-section-description {
|
||||
color: var(--red-ui-secondary-text-color);
|
||||
|
|
|
|||
Loading…
Reference in New Issue