fix scrollbars in dropdowns

This commit is contained in:
Henry Jameson 2022-04-20 00:37:08 +03:00
parent 9ae8ff0098
commit d87a1fda59
3 changed files with 6 additions and 10 deletions

View file

@ -64,7 +64,7 @@
</div>
</template>
<template v-slot:trigger>
<button class="button-unstyled">
<button class="filter-trigger-button button-unstyled">
<FAIcon icon="filter" />
</button>
</template>
@ -106,17 +106,13 @@ export default {
.NotificationFilters {
align-self: stretch;
> button {
.filter-trigger-button {
font-size: 1.2em;
padding-left: 0.7em;
padding-right: 0.2em;
line-height: 100%;
height: 100%;
}
.dropdown-item {
margin: 0;
}
}
</style>