Merge pull request #1066 from IgnusG/master

Fix scrolling in settings not working due to css style placement
This commit is contained in:
Eugene
2019-06-12 21:53:10 +02:00
committed by GitHub
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;