Fix bottom sheet for RTL languages

main
pichalite 7 years ago committed by Julian Lam
parent 318a9912bb
commit 1fb273e91a

@ -5,8 +5,8 @@
visibility: hidden; visibility: hidden;
position: fixed; position: fixed;
left: 0; left: 0 !important;
right: 0; right: 0 !important;
bottom: 0; bottom: 0;
margin: 0; margin: 0;

Loading…
Cancel
Save