pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix caption preview z index

Pas 665d06c8 0ed041fe

+1 -1
+1 -1
src/pages/parts/settings/CaptionsPart.tsx
··· 33 33 className={classNames({ 34 34 "pointer-events-none overflow-hidden w-full rounded": true, 35 35 "aspect-video relative": !props.fullscreen, 36 - "fixed inset-0 z-[60]": props.fullscreen, 36 + "fixed inset-0 z-[999]": props.fullscreen, 37 37 })} 38 38 > 39 39 {props.fullscreen && props.show ? (