Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ataromoku committed Dec 19, 2024
1 parent d584b93 commit 6a5e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/opt-in-flyout/flyout-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ class FlyoutImplementation extends composeMixins(
background-color: white;
border-bottom: 1px solid var(--d2l-color-mica);
box-sizing: border-box;
margin-bottom: 1.2rem;
overflow: visible;
padding-bottom: 2rem;
margin-bottom: 1.2rem;
pointer-events: auto;
position: var(--d2l-flyout-custom-element-position, absolute);
top: var(--d2l-flyout-custom-element-top, 0);
Expand Down

0 comments on commit 6a5e0da

Please sign in to comment.