Commit d1de6b9493266e8862c1d75703c1dc10a84de92c
1 parent
ad81f227
29.12.2016
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -260,7 +260,7 @@ |
260 | 260 | ]); |
261 | 261 | unset( $items ); |
262 | 262 | ?> |
263 | - <div class="footer-menu-project" style="height: 50px;width: 258px;"> | |
263 | + <div class="footer-menu-project" style="height: 50px;width: 258px;position: relative;"> | |
264 | 264 | <?php |
265 | 265 | echo Menu::widget([ |
266 | 266 | 'options' => [ | ... | ... |