overflow background
This commit is contained in:
@@ -522,7 +522,8 @@ body #content-ontop {
|
||||
body #background-animated {
|
||||
width: 100VW;
|
||||
z-index: -1;
|
||||
position: absolute; }
|
||||
position: absolute;
|
||||
overflow: hidden; }
|
||||
|
||||
article.publications, article.interviews {
|
||||
margin-top: 1rem; }
|
||||
|
||||
@@ -16,7 +16,8 @@ body #content-ontop {
|
||||
body #background-animated {
|
||||
width: 100VW;
|
||||
z-index: -1;
|
||||
position: absolute; }
|
||||
position: absolute;
|
||||
overflow: hidden; }
|
||||
|
||||
article.publications, article.interviews {
|
||||
margin-top: 1rem; }
|
||||
|
||||
@@ -21,7 +21,7 @@ body {
|
||||
width: 100VW;
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
// left: -400px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user