Skip to content

Commit dd55000

Browse files
committed
lint fix
1 parent 0c7fe44 commit dd55000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/Dialog/Dialog.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@
215215
.Header {
216216
z-index: 1;
217217
max-height: 35vh;
218-
overflow-y: auto;
219218
padding: var(--base-size-8);
219+
overflow-y: auto;
220220
/* stylelint-disable-next-line primer/box-shadow */
221221
box-shadow: 0 1px 0 var(--borderColor-default);
222222
flex-shrink: 0;

0 commit comments

Comments
 (0)