Skip to content

Commit

Permalink
change z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Sep 9, 2024
1 parent d56a880 commit 0e4700a
Showing 1 changed file with 1 addition and 1 deletion.
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' }}
style={{ display: 'block', width: '100%', height: '100%', position: 'fixed', zIndex: 1000 }}
id="hypha-window-container"
></div>
</>
Expand Down

0 comments on commit 0e4700a

Please sign in to comment.