mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-31 01:11:29 +00:00
feat: global parallax mask covers the screen
This commit is contained in:
parent
3cd5480e2b
commit
73f1cad066
1 changed files with 7 additions and 2 deletions
|
@ -15,7 +15,7 @@ body {
|
|||
}
|
||||
|
||||
html {
|
||||
scroll- style="background-color: transparent !important;"behavior: smooth;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
|
||||
|
@ -63,16 +63,21 @@ html {
|
|||
}
|
||||
/* /Parallax */
|
||||
|
||||
/* Global Parallax */
|
||||
#global-parallax .parallax-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#global-parallax .parallax-mask {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
#global-parallax {
|
||||
/* width: 100%; */
|
||||
margin: 0;
|
||||
}
|
||||
/* /Global Parallax */
|
||||
|
||||
/* Navbar */
|
||||
nav {
|
||||
|
|
Loading…
Add table
Reference in a new issue