fix(drawer): enable scroll on map drawer
This commit is contained in:
@ -46,6 +46,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.drawer-content {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.drawer-action-bar {
|
.drawer-action-bar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Reference in New Issue
Block a user