Skip to content

Commit

Permalink
fix(core): popover allows pointer-events
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelloo committed Oct 1, 2021
1 parent 81f850b commit fa8b2af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/components/popover/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@

@mixin _Popover() {
.ods-popover-anchor {
pointer-events: none;
position: absolute;
visibility: hidden;
z-index: 9999999;
}

.ods-popover {
height: fit-content;
max-width: helpers.space(50);
position: absolute;
visibility: initial;
width: max-content;

// position ==========>
Expand Down

0 comments on commit fa8b2af

Please sign in to comment.