File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
src/components/AIWidget/TabAIWidget/TabAIWidgetPromptWebsite Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 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 }
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 ;
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments