Skip to content

Commit

Permalink
enhancement(VideosIndex): no sticky for filters on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Feb 7, 2024
1 parent 5c8f47e commit 7a1c9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Videos/VideosIndexPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export default class VideosIndexPage extends React.PureComponent {
boxShadow="rgba(0, 0, 0, 0.1) 0px 10px 10px -10px"
borderBottom="1px solid #f2f2f2"
bg="white"
position={['initial', null, 'sticky']}
css={{
position: 'sticky',
top: 60,
zIndex: 100,
}}
Expand Down

0 comments on commit 7a1c9d6

Please sign in to comment.