creativetimofficial / black-dashboard

MIT License
344 stars 313 forks source link

RTL: User Dropdown Menu #3

Open Uistian opened 6 years ago

Uistian commented 6 years ago

When you use RTL the Dropdown menu gets hidden below the chart on the example page.

rarestoma commented 6 years ago

Hi,

Thank you for using our products. You have to do the following: from the css file please remove the overflow-x: hidden from the .rtl .navbar and add `

.rtl .dropdown-menu.dropdown-navbar { left: 0; right: auto; }` Please let me know if i can help you with anything else.

Best, Rares

Uistian commented 6 years ago

Hi, I can confirm that it is working Properly now.

However, I found a new issue for Select Fields: using the latest version of Chrome and Windows, with the Black Theme, those fields shows text in white-on-white making them not readable.

Thank you and have a nice day, Christian

Da: rarestoma Inviato: giovedì 13 settembre 2018 09:55 A: creativetimofficial/black-dashboard Cc: Uistian; Author Oggetto: Re: [creativetimofficial/black-dashboard] RTL: User Dropdown Menu(#3)

Hi, Thank you for using our products. You have to do the following: from the css file please remove the overflow-x: hidden from the .rtl .navbar and add .rtl .dropdown-menu.dropdown-navbar { left: 0; right: auto; } Please let me know if i can help you with anything else. Best, Rares — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.