From d6b268829c0bf2d5b5b063d668be6ff0deed408a Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Sat, 30 May 2026 03:22:15 +0100 Subject: return of the toc --- 174bg/handbook/source/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '174bg/handbook/source/index.css') diff --git a/174bg/handbook/source/index.css b/174bg/handbook/source/index.css index 72cd38f..ec705bb 100644 --- a/174bg/handbook/source/index.css +++ b/174bg/handbook/source/index.css @@ -1,6 +1,14 @@ @import "tailwindcss"; @plugin "@tailwindcss/typography"; +@utility hide-scrollbar { + &::-webkit-scrollbar { + display: none; + } + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} + p { text-align: justify; } -- cgit v1.2.3