Merge pull request #5409 from thornbill/fix-experimental-backdrop-gap

This commit is contained in:
Bill Thornton
2024-04-24 08:43:03 -04:00
committed by GitHub
+5
View File
@@ -41,3 +41,8 @@ $mui-bp-xl: 1536px;
padding-top: 3.25rem !important;
}
}
// Fix backdrop position on mobile item details page
.layout-mobile .itemBackdrop {
margin-top: 0 !important;
}