chore: move positioning css
This commit is contained in:
parent
a4c8fccb11
commit
7110c9a5ce
@ -240,3 +240,9 @@ defineExpose({
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
button.show-helper-text {
|
||||
right: 0;
|
||||
}
|
||||
</style>
|
||||
|
@ -114,9 +114,7 @@ const prefixes = computed(() => PREFIXES[mode.value])
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.show-helper-text {
|
||||
right: 0;
|
||||
pointer-events: auto !important;
|
||||
|
||||
}
|
||||
|
||||
.is-highlighted {
|
||||
|
Loading…
x
Reference in New Issue
Block a user