1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

[ticket/11241] Fix the disappearing dropdown when responsive changes take effect

PHPBB3-11241
This commit is contained in:
Cesar G
2013-11-09 03:36:41 -08:00
parent 42a70154fa
commit 664e7862d0
2 changed files with 5 additions and 12 deletions

View File

@@ -57,9 +57,8 @@
<!-- ENDIF -->
</div>
<!-- ENDIF -->
<div class="clear"></div>
</div>
<div class="clear"></div>
<!-- IF S_HAS_POLL -->
<form method="post" action="{S_POLL_ACTION}" data-ajax="vote_poll" class="topic_poll">
@@ -313,6 +312,7 @@
<!-- ENDIF -->
</div>
<!-- ENDIF -->
<div class="clear"></div>
</div>
<!-- EVENT viewtopic_body_footer_before -->