|
@@ -94,7 +94,7 @@ export default defineComponent({
|
|
|
return (
|
|
|
<div class={styles['video-create']}>
|
|
|
{createState.active <= 2 ? (
|
|
|
- <Sticky position="top" offsetTop={0}>
|
|
|
+ <Sticky position="top" offsetTop={0} zIndex={999999}>
|
|
|
<Grid
|
|
|
border={false}
|
|
|
style={{ paddingTop: '15px' }}
|