mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-18 10:00:55 -04:00
fix: add overflow for firefox on instructions panel
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
.instructions-panel {
|
||||
padding: 0 10px;
|
||||
height: 100%;
|
||||
height: calc(100vh - 38px);
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user