aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook/source/index.css
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-30 03:22:15 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-30 03:22:15 +0100
commitd6b268829c0bf2d5b5b063d668be6ff0deed408a (patch)
tree2a4cf802b04c0ea023f9a37861196ff9a4e2d98f /174bg/handbook/source/index.css
parentc1c8e8f33d277699fedf565e5a0efe1386470cf4 (diff)
downloadunnamed-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.css8
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;
}