Skip to content

Commit

Permalink
fix(popover): remove absolute positioning of the popover element
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed Dec 10, 2021
1 parent 4396428 commit b3cac8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/default/scss/popover/_layout.scss
Expand Up @@ -13,7 +13,6 @@
line-height: $popover-line-height;
display: flex;
flex-flow: column nowrap;
position: absolute;
z-index: 12000;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: $rgba-transparent;
Expand Down

0 comments on commit b3cac8c

Please sign in to comment.