We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fdd33 commit 23640f7Copy full SHA for 23640f7
elements/pfe-modal/src/pfe-modal.scss
@@ -45,6 +45,13 @@ $pfe-modal--breakpoint--medium: 640px;
45
box-shadow: pfe-var(box-shadow--lg);
46
background-color: pfe-color(surface--lightest);
47
border-radius: #{pfe-var(ui--border-radius)};
48
+ overflow-y: scroll;
49
+ scrollbar-width: none; /* Firefox */
50
+ -ms-overflow-style: none; /* IE 10+ */
51
+
52
+ &::-webkit-scrollbar {
53
+ display: none;
54
+ }
55
56
@media screen and (min-width: $pfe-modal--breakpoint--medium) {
57
max-width: pfe-local(MaxWidth);
0 commit comments