javascript - JS causing window size to be bigger than necessary - Dropdown bug -


i'm using foundation css , added dropdown. you'll have login (username: stackoverflow password: testtest) there http://broadcasted.tv/ see it.

basically, page on right longer should (when logged in) gets right size when dropdown clicked on. knows why that's happening ?

edit: noticed can fixed deactivating .f-dropdown {position:absolute}...

changing

 top: -99999px; 

to

 left: -99999px; 

don't know if that'll might...


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -