Skip to content

Commit 582a411

Browse files
polkertyJelteF
authored andcommitted
Adjust direction of dropdowns at the bottom of the page (#4)
The bottom dropdowns on the patch page would expand downwards, requiring the user to scroll down to see and click any of the buttons in the dropdown. With this change these are changed into "dropup" menus, so the expand upwards.
1 parent a173224 commit 582a411

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: pgcommitfest/commitfest/templates/patch.html

+2
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ <h4>Annotations</h4>
183183
</tbody>
184184
</table>
185185

186+
<div class="dropup" >
186187
{%include "patch_commands.inc"%}
188+
</div>
187189

188190
{%comment%}commit dialog{%endcomment%}
189191
<div class="modal fade" id="commitModal" role="dialog">

0 commit comments

Comments
 (0)