mirror of
https://github.com/zadam/trilium.git
synced 2026-02-20 20:54:26 +01:00
fix(standalone): missing context menu cover
This commit is contained in:
parent
d68ada1026
commit
223d69206c
@ -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 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user