fix safari compatibility

This commit is contained in:
Xuan Sang LE
2020-06-05 23:42:15 +02:00
parent f84da77825
commit 473d9c6575
6 changed files with 403 additions and 17 deletions

View File

@ -10,3 +10,7 @@ afx-grid-view .grid_row_header afx-grid-cell{
cursor:default;
font-weight: bold;
}
afx-grid-view {
display: block;
}