fix(export): remove virtuoso horizontal scrollbar

This commit is contained in:
aits2026
2026-03-10 14:43:14 +08:00
parent 0f3ecdc4ee
commit dfac3c57cc

View File

@@ -2004,6 +2004,8 @@
.contacts-virtuoso { .contacts-virtuoso {
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow-x: hidden !important;
overflow-y: auto !important;
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 6px; width: 6px;