aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook/source/index.css
diff options
context:
space:
mode:
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;
}