Improved tooltip behavior and styling.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
|
||||
<template v-slot:tooltip>
|
||||
<div>
|
||||
<div class="filter-options">
|
||||
<select
|
||||
v-model="mode"
|
||||
class="filter-mode"
|
||||
@@ -105,3 +105,9 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.filter-options {
|
||||
width: 15rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user