chore: add overflow-x:clip for mobile

This commit is contained in:
jinhojang6 2024-04-29 23:11:59 +09:00
parent 41632eba70
commit abd9fb65d0
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ html {
overflow-x: hidden;
}
#__docusaurus {
overflow-x: clip;
}
// TODO: breadcrumbs: false in docusaurus.config.js does not work
.theme-doc-breadcrumbs {
display: none;