fix too big hide button, fix weird 28px hack

This commit is contained in:
Shpuld Shpuldson 2020-11-24 21:35:14 +02:00
parent 04af772c1e
commit 1d178b7341
3 changed files with 7 additions and 4 deletions

View file

@ -5,7 +5,7 @@
>
<button
ref="trigger"
class="button-unstyled -fullwidth"
class="button-unstyled -fullwidth popover-trigger-button"
@click="onClick"
>
<slot name="trigger" />
@ -31,6 +31,10 @@
<style lang="scss">
@import '../../_variables.scss';
.popover-trigger-button {
display: block;
}
.popover {
z-index: 8;
position: absolute;