Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 overflow-y 添加到我的 .ui-autocomplete 列表中时,从左到右的外观看起来一切都很好。如果我切换到内容有 dir=rtl 的视图。滚动条位于右侧,但下拉列表似乎保留了右侧滚动条的位置,而滚动条本身位于左侧。
检查附加的图像,以更多地了解我的问题。
这样做:
ul{ direction: ltr; } ul li{ text-align: right; }