Relative container

This commit is contained in:
netop://ウエハ 2019-09-06 15:45:02 -05:00
parent 35243efdc8
commit 30921d616b
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
</section>
<section>
<div class="inner-wrap">
<div class="inner-wrap" style="position: relative;">
<?php if ($confirmSuccess ?? false): ?>
<?php if (IS_PRODUCTION): ?>
<?php js_start() ?>

View file

@ -8,7 +8,7 @@
</section>
<section>
<div class="inner-wrap">
<div class="inner-wrap" style="position: relative;">
<?php if ($error ?? false): ?>
<div class="notice notice-error spacer1"><?php echo $error ?></div>
<?php else: ?>