Fix scrolling in settings not working due to css style placement

This commit is contained in:
IgnusG 2019-06-12 21:51:07 +02:00
parent 2fad5b741e
commit 14723732f2
2 changed files with 1 additions and 5 deletions

View File

@ -10,11 +10,6 @@
}
}
.tab-content {
overflow: auto;
height: 100%;
}
.hotkeys-table {
margin-top: 30px;

View File

@ -13,6 +13,7 @@
padding: 15px 30px;
margin: 0;
overflow-y: auto;
height: 100%;
flex: auto;
display: flex;
position: relative;