« get me outta code hell

content, css, client: hoverable-tooltip: isolate z-index bullshit - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-03-31 17:46:05 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-04-10 16:02:37 -0300
commit60b8fd09165e0772869016f72ff2d955f0be0f2a (patch)
tree269e6fc99a1286cefdd6062afc8d297fc02d7d91 /src/content/dependencies
parentec8c79787ab330986e9da590fd500c7ceda893f2 (diff)
content, css, client: hoverable-tooltip: isolate z-index bullshit
Diffstat (limited to 'src/content/dependencies')
-rw-r--r--src/content/dependencies/generatePageLayout.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/dependencies/generatePageLayout.js b/src/content/dependencies/generatePageLayout.js
index f21aa00d..9348acd8 100644
--- a/src/content/dependencies/generatePageLayout.js
+++ b/src/content/dependencies/generatePageLayout.js
@@ -329,6 +329,8 @@ export default {
 
           html.tag('div', {id: 'cover-art-column'},
             {[html.onlyIfContent]: true},
+            {class: 'isolate-tooltip-z-indexing'},
+
             slots.coverColumnContent),
 
           subtitleHTML,