fix(Card/Drawer/Modal): prevent scrollbars overflow (#4368)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Artea
2025-06-24 23:16:13 +08:00
committed by GitHub
parent edca3bcb74
commit c3adc381c9
9 changed files with 65 additions and 65 deletions

View File

@@ -33,7 +33,7 @@ export default (options: Required<ModuleOptions>) => ({
},
inset: {
true: {
content: 'rounded-lg after:hidden'
content: 'rounded-lg after:hidden overflow-hidden'
}
}
},