how to override css in drawer__body class #384
Unanswered
tailorsunny
asked this question in
Help
Replies: 1 comment 1 reply
-
You can do that with a part selector: sl-drawer::part(body) {
padding: 0;
} More details here: https://shoelace.style/getting-started/customizing?id=component-parts |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am trying to override drawer__body padding properties to zero and also I tried to use css: root. but I wanna override single class.
please check SS.
Beta Was this translation helpful? Give feedback.
All reactions