We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dc7367 + f17de00 commit 04ee774Copy full SHA for 04ee774
1 file changed
src/plugins/layerChooser/components/LayerSelection.ce.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <PolarCard id="polar-layer-chooser-card">
+ <PolarCard>
3
<PolarInputGroup
4
v-if="backgrounds.length"
5
:legend="$t(($) => $.backgroundTitle, { ns: PluginId })"
@@ -109,10 +109,6 @@ function updateOpenedOptions(layerId: string) {
109
</script>
110
111
<style scoped>
112
-#polar-layer-chooser-card {
113
- overflow-y: inherit;
114
-}
115
-
116
.polar-layer-chooser-input-wrapper {
117
display: flex;
118
justify-content: space-between;
0 commit comments