Skip to content

Commit

Permalink
fix scrolling issue for calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Nov 18, 2024
1 parent 9eac26f commit 4b67003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions journal/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ <h5>
</small>
{% endif %}
</h5>
<div class="calendar_view cards">
<ul class="calendar_view cards">
<p style="text-align: center;">
<i class="fa-solid fa-compact-disc fa-spin loading"></i>
</p>
</div>
</ul>
<span class="calendar_data"
hx-get="{% url 'journal:user_calendar_data' identity.handle %}"
hx-trigger="load"
Expand Down

0 comments on commit 4b67003

Please sign in to comment.