Fix display bug with scrollbar into UI
This commit is contained in:
parent
20a4febecc
commit
e98fc64bcb
4 changed files with 6 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
width: 470px;
|
||||
height: calc(100% - 25px);
|
||||
padding: 15px;
|
||||
overflow: scroll;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.open_pref_list {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue