Closed abdelrahmanahmed closed 7 years ago
I'm not sure what bug you're referring to.
this line in your stylesheet
height:expression((document.getElementsByTagName('body')[0].offsetHeight < document.getElementsByTagName('html')[0].offsetHeight) ? '100%' : '');
its useless and not working , if yous see developer tool you will find that its not rendered.
here is a screenshot
It's intended for older IE browsers. It does nothing in new browsers. If you don't care about old IE, you can delete this. But this is certainly not a bug and was added intentionally.
I don't know is it even possible to add js into css files? i saw this line in admin stylesheet (adminpanel/static/styles/style.css)