Set overflow on content instead of screen in settings

This commit is contained in:
Jonathan 2019-06-09 11:02:51 +02:00 committed by GitHub
parent 6a981ae30b
commit 522ce2d8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,6 @@
display: flex;
flex-direction: column;
flex: auto;
overflow: auto;
height: 100%;
>.btn-block {
margin: 20px;
@ -12,6 +10,11 @@
}
}
.tab-content {
overflow: auto;
height: 100%;
}
.hotkeys-table {
margin-top: 30px;