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 dbeca84 commit 49fa2c8Copy full SHA for 49fa2c8
.changeset/tame-pumpkins-jump.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+Fix(Dialog): set height limit of 35% to DialogHeader
packages/react/src/Dialog/Dialog.module.css
@@ -214,7 +214,9 @@
214
215
.Header {
216
z-index: 1;
217
+ max-height: 35vh;
218
padding: var(--base-size-8);
219
+ overflow-y: auto;
220
/* stylelint-disable-next-line primer/box-shadow */
221
box-shadow: 0 1px 0 var(--borderColor-default);
222
flex-shrink: 0;
0 commit comments