diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-30 03:22:15 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-30 03:22:15 +0100 |
| commit | d6b268829c0bf2d5b5b063d668be6ff0deed408a (patch) | |
| tree | 2a4cf802b04c0ea023f9a37861196ff9a4e2d98f /174bg/handbook/source/index.css | |
| parent | c1c8e8f33d277699fedf565e5a0efe1386470cf4 (diff) | |
| download | unnamed-group-d6b268829c0bf2d5b5b063d668be6ff0deed408a.tar unnamed-group-d6b268829c0bf2d5b5b063d668be6ff0deed408a.tar.gz unnamed-group-d6b268829c0bf2d5b5b063d668be6ff0deed408a.tar.bz2 unnamed-group-d6b268829c0bf2d5b5b063d668be6ff0deed408a.tar.xz unnamed-group-d6b268829c0bf2d5b5b063d668be6ff0deed408a.zip | |
return of the toc
Diffstat (limited to '174bg/handbook/source/index.css')
| -rw-r--r-- | 174bg/handbook/source/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |
