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

fix(ui): style range thumbs correctly for firefox ()

pull/3743/head
Ryan Cohen 2 years ago committed by Mike Kao
parent 98cf7bccf4
commit e723599472

@ -452,8 +452,9 @@
@apply hidden;
}
input[type='range']::-webkit-slider-thumb {
@apply rounded-full bg-indigo-500;
input[type='range']::-webkit-slider-thumb,
input[type='range']::-moz-range-thumb {
@apply rounded-full border-0 bg-indigo-500;
pointer-events: all;
width: 16px;
height: 16px;

Loading…
Cancel
Save