mirror of https://github.com/apache/cloudstack.git
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:
parent
b1783fbcf1
commit
4ea6f32566
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue