fix overflow scoll bug
This commit is contained in:
parent
9cc7eda967
commit
cf8c2b199e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<v-container fluid fill-height :class="$config.aclClasses('places')" class="pa-0 p-page p-page-places">
|
||||
<div style="width: 100%; height: 100%; position: relative;">
|
||||
<div style="width: 100%; height: 100%; position: relative; overflow: hidden;">
|
||||
<div v-if="canSearch" class="map-control search-control">
|
||||
<div class="maplibregl-ctrl maplibregl-ctrl-group map-control-search">
|
||||
<v-text-field v-model.lazy.trim="filter.q"
|
||||
|
|
Loading…
Add table
Reference in a new issue