mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 18:03:49 -05:00
fix(drawer): enable scroll on map drawer
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.drawer-content {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.drawer-action-bar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user