Fix scroll

This commit is contained in:
aignatov-bio 2020-03-25 12:56:01 +01:00
parent a7e4083ef1
commit ab6001c068

View file

@ -314,7 +314,7 @@
height: auto;
margin-top: 0;
max-height: calc(100vh - 50px);
overflow: scroll;
overflow: auto;
padding-bottom: 0;
padding-top: 0;
width: 100%;