File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
client/packages/lowcoder/src/comps/comps/tableComp Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -185,10 +185,6 @@ const TableWrapper = styled.div<{
185185 $visibleResizables : boolean ;
186186 $showHRowGridBorder ?: boolean ;
187187} > `
188- // overflow: unset !important;
189- // max-height: 100%;
190- // overflow-y: auto;
191-
192188 .ant-table-wrapper {
193189 border-top: unset;
194190 border-color: inherit;
@@ -214,22 +210,17 @@ const TableWrapper = styled.div<{
214210 }
215211
216212 .ant-table {
217- // overflow-y:scroll;
218213 background: ${ ( props ) => props . $style . background } ;
219214 .ant-table-container {
220215 border-left: unset;
221216 border-top: none !important;
222217 border-inline-start: none !important;
223- // overflow-y:scroll;
224- // height:300px;
225218
226219 &::after {
227220 box-shadow: none !important;
228221 }
229222
230223 .ant-table-content {
231- // overflow-y:scroll;
232- // overflow-x:scroll;
233224 overflow: unset !important
234225 }
235226
You can’t perform that action at this time.
0 commit comments