Mobile theme:

- Remove another position fixed
This commit is contained in:
Hadi Nategh 2016-03-14 15:57:17 +00:00
parent 4042c54dff
commit 0cdcc975cb

View File

@ -437,7 +437,7 @@ var AppJS = (function(){ "use strict"; return Class.extend(
height:"100%",
background:"white",
display:'block',
position:'fixed',
position: 'absolute',
top:0,
left:0,
bottom:0,