Skip to content

Commit 13a97bb

Browse files
committed
fix liinkstable
1 parent 4cd01aa commit 13a97bb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/components/AIWidget/TabAIWidget/TabAIWidgetPromptWebsite/LinksTable.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
// Стили для мобильного скролла таблицы
21
.mobile-table-container {
32
overflow-x: auto !important;
43
overflow-y: hidden !important;
5-
-webkit-overflow-scrolling: touch; // Плавный скролл на iOS
4+
-webkit-overflow-scrolling: touch;
65
scroll-behavior: smooth;
76
width: 100% !important;
87

9-
// Принудительно показываем скроллбар
108
&::-webkit-scrollbar {
119
height: 8px;
1210
}
@@ -30,14 +28,12 @@
3028
min-width: 800px !important;
3129
width: 100% !important;
3230

33-
// Уменьшаем размеры ячеек на мобильных
3431
.MuiTableCell-root {
3532
padding: 8px 4px;
3633
font-size: 0.875rem;
3734
white-space: nowrap;
3835
}
3936

40-
// Специальные стили для URL колонки
4137
.url-cell {
4238
min-width: 200px;
4339
max-width: 300px;

src/components/AIWidget/TabAIWidget/TabAIWidgetPromptWebsite/LinksTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export const LinksTable = ({
115115
overflowX: 'auto',
116116
overflowY: 'hidden',
117117
display: 'block',
118-
// Улучшенные стили для мобильного скролла
119118
'&::-webkit-scrollbar': {
120119
height: '8px',
121120
},

0 commit comments

Comments
 (0)