fix(admin): Checkbox klickbar (z-index + stopPropagation) statt Button-Trigger
This commit is contained in:
parent
5b26193bf3
commit
9f11a0a8cc
2 changed files with 11 additions and 1 deletions
|
|
@ -151,6 +151,15 @@ header p { opacity: .8; }
|
|||
|
||||
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
|
||||
.sound-wrap { position: relative; }
|
||||
.select-check {
|
||||
position: absolute;
|
||||
left: 8px;
|
||||
top: 8px;
|
||||
z-index: 5;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
accent-color: #60a5fa;
|
||||
}
|
||||
.sound {
|
||||
padding: 18px 16px;
|
||||
border-radius: 14px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue