mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Prevent background scrolling
This commit is contained in:
parent
97a62200be
commit
5ad1a1ad6f
1 changed files with 2 additions and 1 deletions
|
|
@ -122,7 +122,8 @@ export default () => (
|
|||
backgroundImage:
|
||||
'linear-gradient(rgba(0,0,0,0.125),rgba(0,0,0,0.375)), url(https://cdn.glitch.com/a7605379-7582-4aac-8f44-45bbdfca0cfa%2F2020-05-16_screenshot.jpeg?v=1589633885855)',
|
||||
backgroundPosition: 'center',
|
||||
backgroundSize: 'cover'
|
||||
backgroundSize: 'cover',
|
||||
'@media (hover: hover)': { backgroundAttachment: 'fixed' }
|
||||
}}
|
||||
>
|
||||
<Container pt={[3, 4]} pb={[5, 6]}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue