Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/8b6dfcc181834d7f15024eed0d82ec8f93b12afe You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix: screen would zoom on mobile if date picker input was selected ()

pull/3743/head
Brandon Cohen 2 years ago committed by Mike Kao
parent 9d2971b33b
commit 8b6dfcc181

@ -95,7 +95,7 @@ const FilterSlideover = ({
useRange={false}
asSingle
containerClassName="datepicker-wrapper"
inputClassName="pr-1 sm:pr-4"
inputClassName="pr-1 sm:pr-4 text-base leading-5"
/>
</div>
<div className="flex flex-col">
@ -116,7 +116,7 @@ const FilterSlideover = ({
useRange={false}
asSingle
containerClassName="datepicker-wrapper"
inputClassName="pr-1 sm:pr-4"
inputClassName="pr-1 sm:pr-4 text-base leading-5"
/>
</div>
</div>

Loading…
Cancel
Save