get create client working
This commit is contained in:
parent
4a3576168a
commit
cb33d0c3b3
11 changed files with 1179 additions and 336 deletions
|
|
@ -55,3 +55,19 @@
|
|||
justify-content: flex-end;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
/* Fix ToggleSwitch z-index so slider is visible but input receives clicks */
|
||||
.p-toggleswitch {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-toggleswitch-slider {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.p-toggleswitch-input {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue