Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 7542038

Browse files
committed
fix(style): context menu appearing while page is loading
1 parent 77eceab commit 7542038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/src/assets/views/desktop.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<div id="toast-container" class="d-flex flex-column justify-content-center align-items-center"></div>
2121

22-
<div class="dropdown-menu dropdown-menu-sm" id="context-menu-container"></div>
22+
<div class="dropdown-menu dropdown-menu-sm" id="context-menu-container" style="display: none"></div>
2323

2424
<%- include("./partials/windowGlobal.ejs", locals) %>
2525

0 commit comments

Comments
 (0)