diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-09 18:39:21 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-09 18:39:21 +0000 |
| commit | d102beb323e0bce760cab80064c820cfae830ea7 (patch) | |
| tree | 58c89ea1d941bf31b698069f73de0a38e2605c25 | |
| parent | daebb17768e5c0763119b7662061b1895d52bc7e (diff) | |
fixed paragraph z index
| -rw-r--r-- | art.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ padding-right: 20px; } - p { + div p { position: absolute; z-index: 2; pointer-events: none; |
