Skip to content

RTL mode [BUG] #213

Open
Open
@tol64

Description

@tol64

You need to adjust the position of the arrows when RTL mode is on.

html[dir=rtl] {
    .v-step[data-popper-placement^=left] > .v-step__arrow {
        right: -10px;
    }
    
    .v-step[data-popper-placement^=right] > .v-step__arrow {
        left: 0px;
    }
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions