Files
feishin/src/renderer/components/virtual-table/virtual-table.module.css
T
Jeff c1330d92b2 Migrate to Mantine v8 and Design Changes (#961)
* mantine v8 migration

* various design changes and improvements
2025-06-24 00:04:36 -07:00

12 lines
168 B
CSS

.table-wrapper {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.dummy-header {
position: absolute;
}