Skip to content

Commit

Permalink
Remove scrollbar CSS property from Overlay (#2266)
Browse files Browse the repository at this point in the history
* remove placeholder for scrollbar

* Create cool-ligers-yell.md

* format issues
  • Loading branch information
langermank authored Sep 26, 2022
1 parent 1757f46 commit c28cdf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cool-ligers-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Remove scrollbar CSS property from Overlay
1 change: 0 additions & 1 deletion src/overlay/overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ $primer-borderRadius-large: 0.75rem;
padding-top: 0;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-gutter: stable;
font-size: $body-font-size;
flex-grow: 1;

Expand Down

0 comments on commit c28cdf7

Please sign in to comment.