fix: add overflow for firefox on instructions panel
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
.instructions-panel {
|
.instructions-panel {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
height: 100%;
|
height: calc(100vh - 38px);
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user