ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How can Awe() .InitPopupForm() on Top MVC _Layout navbar
Title:
B
I
{code}
?
I use `html.Awe().InitPopupForm()` and `awe.open` ... in my MVC Asp.net project My problem awe popup form have covered by top bar of _Layout.cshtml like this picture http://puu.sh/uBnJ0/adcee3ed10.png and then I can't drag popup because it have covered . this code in _Layout.cshtml <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> ... </div> </div> <div class="container body-content"> @RenderBody() <-------- Awe() .InitPopupForm() code in this section </div> How i can it on top everything ???
Save Changes
Cancel
nutfergie
asked at 09 Mar 2017
try to find `var zIndex = 1;` in `awem.js` and give it a higher number
at 09 Mar 2017
Omu
thx so much .... again
at 10 Mar 2017
nutfergie
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK