fix(standalone): missing context menu cover

This commit is contained in:
Elian Doran 2026-02-09 18:00:11 +02:00
parent d68ada1026
commit 223d69206c
No known key found for this signature in database

View File

@ -13,11 +13,7 @@
<body id="trilium-app">
<noscript>Trilium requires JavaScript to be enabled.</noscript>
<script>
// hide body to reduce flickering on the startup. This is done through JS and not CSS to not hide <noscript>
document.getElementsByTagName("body")[0].style.display = "none";
</script>
<div id="context-menu-cover"></div>
<div class="dropdown-menu dropdown-menu-sm" id="context-menu-container" style="display: none"></div>
<!-- Required for match the PWA's top bar color with the theme -->