ui: Fixed unable to edit domain settings (#3846)

This pull request adds a scroll bar to the domain settings page that will allow a user to scroll to the right to change settings.

Fixes: #3032
This commit is contained in:
Spaceman1984 2020-01-29 09:19:20 +02:00 committed by GitHub
parent b1783fbcf1
commit 4ea6f32566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1789,6 +1789,11 @@ div.list-view td.state.notsuitable-storage-migration-required span {
overflow-x: hidden;
}
div#details-tab-settings.detail-group.ui-tabs-panel {
overflow: hidden;
overflow-x: scroll;
}
.detail-view .main-groups {
width: 100%;
max-height: 407px;