Fix scrolling issue in Git config UI

pull/5396/head
Kazuhito Yokoi 2025-12-29 22:25:57 +09:00
parent 6a75a084ad
commit 811aaa9df4
1 changed files with 6 additions and 0 deletions

View File

@ -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);