javascript - Dropdown not showing elements Bootstrap 3 -
javascript - Dropdown not showing elements Bootstrap 3 -
i'm having issue dropdown element of bootstrap 3. it's not showing elements. reason because i'm having conflict css off "wrapper"
#wrapper { width:100%; height:100%; position:absolute; top:0; left:0; overflow:hidden; }
you said remove , works. can't that. i'm trying parallex effect. one beingness more specific.
and having style part of doing parallex effect. though of changing top size, wouldn't work if dropdown gets more elements.
i have demo showing issue.
any thought how solve issue?
just add together "divide-nav" class styles:
.divide-nav { position: relative; z-index: 999; }
javascript jquery html css twitter-bootstrap-3
Comments
Post a Comment