fix scroll-x display

This commit is contained in:
Alireza Ahmadi
2023-12-06 15:20:23 +01:00
parent 20d00d31a1
commit 2f2876ec90

View File

@@ -88,6 +88,9 @@ style attribute {
position: relative;
clear: both;
}
.ant-table-body {
overflow-x: auto!important;
}
.ant-card-hoverable {
cursor: auto;
cursor: pointer;