Skip to content

Commit

Permalink
fix(Popovers): fixed position popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
gizeasy committed Mar 3, 2022
1 parent 727635d commit 16a9887
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Notifications/Notifications.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
&-Popover {
--popover-bg-color: var(--color-bg-default);
--popover-arrow-bg-color: var(--popover-bg-color);
position: relative;

width: 90vw;
max-width: 450px;
Expand Down
1 change: 0 additions & 1 deletion src/TileMenu/TileMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
&-Popover {
--popover-bg-color: var(--color-bg-default);
--popover-arrow-bg-color: var(--popover-bg-color);
position: relative;

width: calc(100vw - var(--space-l));
max-width: var(--popover-max-width);
Expand Down

0 comments on commit 16a9887

Please sign in to comment.