You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ui-modal/src/Modal/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1180,6 +1180,7 @@ type: embed
1180
1180
<Figure.Item>When a user closes a modal, focus must return to a logical place within the page. This is usually the element that triggered opening the modal</Figure.Item>
1181
1181
<Figure.Item>Modals should be able to be closed by clicking away, esc key and/or a close button</Figure.Item>
1182
1182
<Figure.Item>We recommend that modals begin with a heading (typically H2)</Figure.Item>
1183
+
<Figure.Item>The Modal's header currently becomes non-sticky when the window height is too small, improving navigation of the Modal.Body, e.g., at higher zoom levels</Figure.Item>
0 commit comments