fixed firefox mantine select box issue

This commit is contained in:
dekzter 2025-03-12 18:08:08 -04:00
parent f4e6659556
commit 9f9a48bf24

View file

@ -30,6 +30,12 @@ code {
background: #777;
}
@supports (-moz-appearance: none) {
input[readonly][aria-haspopup] {
pointer-events: auto !important;
}
}
table.mrt-table tr.mantine-Table-tr.mantine-Table-tr-detail-panel td.mantine-Table-td-detail-panel {
width: 100% !important;
}