chore: move positioning css

This commit is contained in:
kolaente 2023-04-14 16:03:12 +02:00 committed by konrad
parent a4c8fccb11
commit 7110c9a5ce
2 changed files with 6 additions and 2 deletions

View File

@ -240,3 +240,9 @@ defineExpose({
text-overflow: ellipsis; text-overflow: ellipsis;
} }
</style> </style>
<style>
button.show-helper-text {
right: 0;
}
</style>

View File

@ -114,9 +114,7 @@ const prefixes = computed(() => PREFIXES[mode.value])
<style lang="scss" scoped> <style lang="scss" scoped>
.show-helper-text { .show-helper-text {
right: 0;
pointer-events: auto !important; pointer-events: auto !important;
} }
.is-highlighted { .is-highlighted {