fixed settings scroll (fixes #791)

This commit is contained in:
Eugene Pankov 2019-05-11 20:13:51 +02:00
parent 054383ed8e
commit bc71547d92

View File

@ -2,6 +2,8 @@
display: flex;
flex-direction: column;
flex: auto;
overflow: auto;
height: 100%;
>.btn-block {
margin: 20px;