docs: fix CSS class name in learnings doc (feed-map-wrap not map-col)
This commit is contained in:
@@ -74,7 +74,7 @@ el.classList.add('pswp-key-from-right');
|
|||||||
## Mobile Fullscreen Map Pattern
|
## Mobile Fullscreen Map Pattern
|
||||||
|
|
||||||
```css
|
```css
|
||||||
.map-col.is-fullscreen {
|
.feed-map-wrap.is-fullscreen {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
|||||||
Reference in New Issue
Block a user