AidanZealley / off.canvas

Off canvas style HTML, CSS and javascript framework
147 stars 24 forks source link

off.canvas is not working with .NET Projects which has form tag after body tag #9

Closed ashishsharma229 closed 10 years ago

ashishsharma229 commented 10 years ago

This plugin is not working with the pages which has the form element just after the start body tag ([body]) and ends before the body tag close tag ([/body]). This type of Structure we generally gets when we develop the application in .NET.

I played with the index.html of this project and this page also messed.

Can you please provide me the resolution for this asap?

ashishsharma229 commented 10 years ago

issue has been resolved by applying small CSS hack

body > form{ position:relative; height: 100%; }

thanks anyway for wonderful plugin.