Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f660a47

Browse files
polkertyJelteF
authored andcommittedJan 20, 2025
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 013eeb1 commit f660a47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pgcommitfest/commitfest/templates/patch.html

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.