summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-02-09 18:39:21 +0000
committerRadiohotline <radiohotline@disroot.org>2026-02-09 18:39:21 +0000
commitd102beb323e0bce760cab80064c820cfae830ea7 (patch)
tree58c89ea1d941bf31b698069f73de0a38e2605c25
parentdaebb17768e5c0763119b7662061b1895d52bc7e (diff)
fixed paragraph z index
-rw-r--r--art.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/art.html b/art.html
index 7756e05..8616484 100644
--- a/art.html
+++ b/art.html
@@ -22,7 +22,7 @@
padding-right: 20px;
}
- p {
+ div p {
position: absolute;
z-index: 2;
pointer-events: none;