mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
fixed firefox mantine select box issue
This commit is contained in:
parent
f4e6659556
commit
9f9a48bf24
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue