fix: add overflow for firefox on instructions panel

This commit is contained in:
Nini
2018-06-30 18:40:34 +01:00
committed by Mrugesh Mohapatra
parent 6e1c564194
commit bbb413e3d5

View File

@ -8,7 +8,7 @@
.instructions-panel {
padding: 0 10px;
height: 100%;
height: calc(100vh - 38px);
overflow-x: hidden;
overflow-y: auto;
}