docs: fix horizontal scroll (#5300)
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply !overflow-x-hidden;
|
||||
}
|
||||
body[data-modal="opened"] {
|
||||
@apply !overflow-hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user