Skip to content

Commit

Permalink
fix: fixed loader position (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
flobarreto authored May 17, 2023
1 parent f51981d commit dff6df5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@

.onSaleOrRentTable .ui.loader.active {
display: flex;
position: initial;
}

.onSaleOrRentTable .pagination {
Expand Down
2 changes: 0 additions & 2 deletions webapp/src/components/RecentlySoldTable/RecentlySoldTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@

.RecentlySoldTable .ui.loader.active {
display: flex;
position: initial;
}

.RecentlySoldTable .pagination {
Expand All @@ -320,7 +319,6 @@

.RecentlySoldTable .ui.loader.active {
display: flex;
position: absolute;
}

.RecentlySoldTable .ui.basic.table th {
Expand Down

0 comments on commit dff6df5

Please sign in to comment.