Fix #584 - [Legacy] Fix subpanel buttons not showing

This commit is contained in:
Jack Anderson 2025-02-27 13:23:10 +00:00 committed by Jack Anderson
parent 24e79a8e70
commit 8a75ad18f2

View file

@ -603,15 +603,11 @@ table.subpanel-table .pagination .SugarActionMenu li.single a:hover {
}
table.subpanel-table .pagination li.single > form {
position: absolute;
top: -39px;
right: 4px;
position: static;
}
table.subpanel-table .pagination li.single > a {
position: absolute;
top: -39px;
right: 7px;
position: static;
}
.header-module-title {