Behrooz
Behrooz

Reputation: 33

Problem with clock picker direction in RTL bootstrap

I use ClockPicker library in my project with RTL version of bootstrap. When click on input clock picker loads but with wrong direction.

Wrong direction in clockpicker

how to solve it, thanks a lot.

Upvotes: 1

Views: 175

Answers (1)

Mohammad
Mohammad

Reputation: 971

add direction in popover class in your html or picker css

.popover { direction: rtl; }

Upvotes: 1

Related Questions