Improved tooltip behavior and styling.

This commit is contained in:
DebaucheryLibrarian
2020-12-27 04:21:10 +01:00
parent 229d74d266
commit a7e6f470f7
7 changed files with 181 additions and 19 deletions

View File

@@ -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>