chore: add comment on overriding
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2023-04-14 21:19:14 +02:00
parent 0b1d33275a
commit 17233a27ad
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
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;
}