Skip to content

Commit

Permalink
Make settings tabs consistent height
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed May 14, 2024
1 parent a58deac commit 816beb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/1935.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make settings tabs consistent height
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ exports[`<AddContact /> should match snapshot 1`] = `
<div
class="c3 fix-responsive-layer"
data-g-portal-id="0"
style="overflow-y: auto; width: 100%; max-width: none; min-height: min(550px, 90dvh);"
style="overflow-y: auto; width: 100%; max-width: none; min-height: min(600px, 90dvh);"
>
<a
aria-hidden="true"
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Toolbar/Features/layer.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const layerScrollableAreaHeight = '400px'
export const layerOverlayMinHeight = '550px' // Keep child modals height in sync with parent modal
export const layerOverlayMinHeight = '600px' // Keep child modals height in sync with parent modal

0 comments on commit 816beb9

Please sign in to comment.