fix overflow scoll bug

This commit is contained in:
Armand Ribault 2023-11-15 20:10:47 +01:00
parent 9cc7eda967
commit cf8c2b199e

View file

@ -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"