Skip to content

Commit

Permalink
fix weird scrolling on mobile profile pages
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Nov 12, 2023
1 parent b016ff4 commit 8f46a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/templates/users/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% endblock %}

{% block content %}
<div class="flex flex-col md:flex-row gap-4">
<div class="flex flex-col md:flex-row gap-4 overflow-x-clip">
<div class="basis-2/5 xl:basis-1/4 flex flex-col gap-2">
{% include 'users/profile_sidebar.html' with profile=profile_user %}
<button class="share-button inline w-fit"
Expand Down

0 comments on commit 8f46a0f

Please sign in to comment.