Skip to content

Commit

Permalink
fix(overlay): set overlay content height to 100% (#1092)
Browse files Browse the repository at this point in the history
* fix(overlay): set overlay content height to 100%

* chore: bump version
  • Loading branch information
eliobricenov authored Sep 26, 2024
1 parent b099ba8 commit fb39a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperplay",
"version": "0.19.2",
"version": "0.19.3",
"private": true,
"main": "build/main/main.js",
"homepage": "./",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/OverlayManager/Overlay/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $topNavBarHeight: 30px;
padding: var(--space-2lg);
gap: var(--space-xl);
margin: auto;
max-height: 100%;
height: 100%;
}

.buttonContainer {
Expand Down

0 comments on commit fb39a9a

Please sign in to comment.