From 4da10584bd8bb356a980678aaebf77bb46133c81 Mon Sep 17 00:00:00 2001 Message-Id: <4da10584bd8bb356a980678aaebf77bb46133c81.1650099192.git.yantar92@gmail.com> From: Ihor Radchenko Date: Sat, 16 Apr 2022 16:51:55 +0800 Subject: [PATCH] style/worg.css: Display TOC on top * style/worg.css (@media all #table-of-contents): Avoid page text being shown on top of TOC overlay. --- style/worg.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/worg.css b/style/worg.css index c2572895..30cadb1b 100644 --- a/style/worg.css +++ b/style/worg.css @@ -73,6 +73,7 @@ /* TOC inspired by http://jashkenas.github.com/coffee-script */ #table-of-contents { + z-index: 1; margin-top: 105px; font-size: 10pt; font-family:sans-serif; -- 2.35.1