Closed rbalet closed 2 weeks ago
I'd like to be able to change the ion-handle top position from 5px to 8px.
Just UI decision
being able to have a css variable available top: var(--ion-handle-top, 8px)
top: var(--ion-handle-top, 8px)
Let me know the variable name and I can make a pull-request
No response
@rbalet You should be able to do this using the exposed handle CSS part (all modal parts can be found in the docs).
handle
.my-modal::part(handle) { top: 8px; }
Prerequisites
Describe the Feature Request
I'd like to be able to change the ion-handle top position from 5px to 8px.
Describe the Use Case
Just UI decision
Describe Preferred Solution
being able to have a css variable available
top: var(--ion-handle-top, 8px)
Describe Alternatives
Let me know the variable name and I can make a pull-request
Related Code
No response
Additional Information
No response