Skip to content

Commit

Permalink
Fix container position
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Sep 9, 2024
1 parent f54df4a commit ab0a055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hypha/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.20.35.post1"
"version": "0.20.35.post2"
}
2 changes: 1 addition & 1 deletion hypha/templates/ws/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ <h2 className="text-2xl font-bold mt-5">
<i className="fas fa-code mr-2"></i> New App
</button>
<div
style={{ display: 'block', width: '100%', height: '100%', position: 'fixed', zIndex: 1000 }}
style={{ display: 'block', width: '100%', height: '100%', zIndex: 1000 }}
id="hypha-window-container"
></div>
</>
Expand Down

0 comments on commit ab0a055

Please sign in to comment.