File tree Expand file tree Collapse file tree 1 file changed +2
-44
lines changed
Expand file tree Collapse file tree 1 file changed +2
-44
lines changed Original file line number Diff line number Diff line change 5151}
5252
5353.c-scroll__thead {
54- -ms-overflow-style : none;
55- overflow-x : auto;
56- -ms-scroll-chaining : none;
57- overscroll-behavior : none;
54+ overflow-x : hidden;
5855
5956 & table {
6057 table-layout : fixed;
6158 }
62-
63- & ::-webkit-scrollbar {
64- display : none;
65- }
6659}
6760
6861.c-table__body table {
7568.c-scroll__tbody ,
7669.c-scrolltable {
7770 overflow-x : auto;
78- -ms-scroll-chaining : none;
79- overscroll-behavior : none;
80-
81- & ::-webkit-scrollbar {
82- width : 5px ;
83- height : 5px ;
84- }
85-
86- & ::-webkit-scrollbar-thumb {
87- background : # ced3d9 ;
88- border-radius : 30px ;
89- }
90-
91- & ::-webkit-scrollbar-track {
92- background : # eaeced ;
93- }
9471
9572 & table {
9673 table-layout : fixed;
200177
201178.c-table__body {
202179 overflow-y : auto;
203- -ms-scroll-chaining : none;
204- overscroll-behavior : none;
205-
206- & ::-webkit-scrollbar {
207- width : 5px ;
208- height : 5px ;
209- }
210-
211- & ::-webkit-scrollbar-thumb {
212- background : # ced3d9 ;
213- border-radius : 30px ;
214- }
215-
216- & ::-webkit-scrollbar-track {
217- background : # eaeced ;
218- }
219180}
220181
221182.c-table__all .c-table {
340301 & .c-table__body {
341302 border-bottom : 0 ;
342303 -ms-overflow-style : none;
343-
344- & ::-webkit-scrollbar {
345- display : none;
346- }
304+ overflow : hidden;
347305 }
348306 }
349307
You can’t perform that action at this time.
0 commit comments