docs: fix horizontal scroll (#5300)

This commit is contained in:
Shahed Nasser
2023-10-05 22:38:54 +03:00
committed by GitHub
parent 0350eeb0a1
commit 4ca70a0d0c
3 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,9 @@
@tailwind utilities;
@layer base {
body {
@apply !overflow-x-hidden;
}
body[data-modal="opened"] {
@apply !overflow-hidden;
}