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