Skip to content
Merged

Footer #1813

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ select.empty {
}

.scroll-container {
max-height: 100vh;
min-height: 100vh;
}

.bi-list {
Expand Down
4 changes: 2 additions & 2 deletions app/templates/main/userProfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ <h3 class="accordion-header" id="headingZero">
</div>
</div>
</div>
</div>
{% endif %}
</div>
{% endif %}


Expand Down Expand Up @@ -869,11 +869,11 @@ <h3>Handbook signed for AY {{g.current_term.academicYear}}!</h3>
</div>
{% endif %}
{% endif %}
{% endif %}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">Close</button>
</div>
{% endif %}
</div>
</div>
</div>
Expand Down
Loading