Skip to content

Commit

Permalink
*fix Overlay header shrinking (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sodik authored Aug 27, 2024
1 parent 572cfb3 commit 32c7e8a
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/ui/src/Overlay.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
justify-content: center;
align-items: center;
overflow: hidden;
min-height: c.$grid * 16;
flex-shrink: 0;
margin-bottom: c.$grid * 9;
padding: 0 c.$grid * 21; // close button width

Expand Down

0 comments on commit 32c7e8a

Please sign in to comment.