-
Any way to get this to work? I want the behavior of placement="top" but I want it to be right aligned instead of left aligned. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You should be able to do this: sl-tab-group::part(tabs) {
justify-content: flex-end;
} Fiddle: https://jsfiddle.net/w2zkf3nx/ But it looks like the indicator's position doesn't work properly when it's aligned that way. |
Beta Was this translation helpful? Give feedback.
-
Marking this as answered since it was resolved in #366. |
Beta Was this translation helpful? Give feedback.
Marking this as answered since it was resolved in #366.