ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
PopupForm is not OnTop
Title:
B
I
{code}
?
I would like to show a PopForm in fullscreen in my webapp .. I use this. @(Html.Awe().InitPopupForm().Name("popTestPop").Url(Url.Action("PopTest", "PopupForm")).Fullscreen(true)) the popup is showed but is backside to other controls, why z-index: 1; ?? this is html debug <div class="opcont opc" tabindex="-1" data-i="popTestPop" style="overflow-y: auto; z-index: 1; left: 22.5px; top: 10px; max-width: 2506px; position: fixed;"> <div class="opheader"><div class="optitle">Modifica Occupazione Camera</div><span class="oclose">×</span></div> <div class="awe-popup opcontent" id="popTestPop" style="min-width: 650px; min-height: 195.183px; max-height: 633.183px; width: 2496px; height: 623.183px;"><div>xxxxxxxxxxxxxxx</div> </div><div class="opbtns"><button type="button" class="awe-btn inl-btn">OK</button><button type="button" class="awe-btn awe-sbtn inl-btn">Cancel</button></div> </div>
Save Changes
Cancel
Meccanica Rossi
asked at 14 Jul 2017
you can find in `awem.js` the line (inside `function dropdownPopup`): var zIndex = 1; and change it, usually that shouldn't be necessary, but it depends on the css of the website
at 14 Jul 2017
Omu
Ok, resolved
at 14 Jul 2017
Meccanica Rossi
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