Fix item buttons not appearing on tablet display.

This commit is contained in:
2024-07-04 23:24:39 +10:00
parent 748c13cced
commit 46a2a2c122

View File

@@ -5,6 +5,10 @@
padding: .35em 1.9em .35em .35em;
}
.layout-mobile .detailPagePrimaryContainer {
z-index: 0 !important;
}
.section0 .sectionTitle {
display: none;
}