chore: add comment on overriding

This commit is contained in:
kolaente 2023-04-14 21:19:14 +02:00 committed by konrad
parent 7110c9a5ce
commit 21ad8301f2
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ const prefixes = computed(() => PREFIXES[mode.value])
<style lang="scss" scoped>
.show-helper-text {
// Bulma adds pointer-events: none to the icon so we need to override it back here.
pointer-events: auto !important;
}