Skip to content

Commit 04ee774

Browse files
authored
Merge pull request #500 from Dataport/vue3/fix-layer-chooser-overflow
fix(layerChooser): remove overflow to show scrollbar if content is too large
2 parents 0dc7367 + f17de00 commit 04ee774

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/plugins/layerChooser/components/LayerSelection.ce.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<PolarCard id="polar-layer-chooser-card">
2+
<PolarCard>
33
<PolarInputGroup
44
v-if="backgrounds.length"
55
:legend="$t(($) => $.backgroundTitle, { ns: PluginId })"
@@ -109,10 +109,6 @@ function updateOpenedOptions(layerId: string) {
109109
</script>
110110

111111
<style scoped>
112-
#polar-layer-chooser-card {
113-
overflow-y: inherit;
114-
}
115-
116112
.polar-layer-chooser-input-wrapper {
117113
display: flex;
118114
justify-content: space-between;

0 commit comments

Comments
 (0)