suggesting a brikpanel-rtl.css fix
-
thank you for your work, I really love it.
may I suggest a fix for the brikpanel-rtl.css as for now there are a select all overlay that appears on orders page and some other pages that won’t let users to press any element but it presses the select all,
line 441-446
the static should be changed to relative
so it will be like this:
body.rtl .wp-list-table .check-column,
body.rtl .wp-list-table .column-order_number {
position: relative !important;
left: auto !important;
right: auto !important;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.