Skip to content

Commit c361b4e

Browse files
authored
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 ebbf020 commit c361b4e

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)