1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-10-18 09:00:11 +00:00

admin: hide scrollbar on navbar on chrome

changed overflow-x-scroll to overflow-x-auto, so scrollbar only shows
when needed on chrome. Doesn't occur on firefox or webkit (epiphany), so
didn't notice until I saw others' screenshots.
This commit is contained in:
Harvey Tindall 2024-10-10 13:24:40 +01:00
parent 941367f77b
commit 39f6d14163
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -574,7 +574,7 @@
</div>
</div>
<header>
<div class="flex flex-row overflow-x-scroll items-center gap-2">
<div class="flex flex-row overflow-x-auto items-center gap-2">
<span id="button-tab-invites" class="text-3xl button portal ~neutral dark:~d_neutral @low px-5">{{ .strings.invites }}</span>
<span id="button-tab-accounts" class="text-3xl button portal ~neutral dark:~d_neutral @low px-5">{{ .strings.accounts }}</span>
<span id="button-tab-activity" class="text-3xl button portal ~neutral dark:~d_neutral @low px-5">{{ .strings.activity }}</span>