Fix display bug with scrollbar into UI

This commit is contained in:
Xavier J 2016-12-21 14:00:50 +01:00
parent 20a4febecc
commit e98fc64bcb
4 changed files with 6 additions and 5 deletions

View file

@ -11,7 +11,7 @@
width: 470px;
height: calc(100% - 25px);
padding: 15px;
overflow: scroll;
overflow-y: scroll;
}
.open_pref_list {