Fix Chrome/Firefox inconsistencies with sorting

This commit is contained in:
Philipp Heckel 2021-11-08 10:35:46 -05:00
parent a1385f6785
commit b9b53bcdf0
2 changed files with 17 additions and 20 deletions

View file

@ -278,8 +278,9 @@ li {
#detail #detailMain {
max-width: 900px;
margin: 0 auto 50px auto;
margin: 0 auto;
position: relative; /* required for close button's "position: absolute" */
padding-bottom: 50px; /* Chrome and Firefox behave differently regarding bottom margin */
}
#detail #detailCloseButton {