Permalink
Browse files
Fix the section1 vertical overflow issue.
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+4
−0
examples/videoBackground.html
|
@@ -77,6 +77,10 @@ |
|
|
color: #fff; |
|
|
} |
|
|
|
|
|
#section1{ |
|
|
overflow: hidden; |
|
|
} |
|
|
|
|
|
|
|
|
</style> |
|
|
</head> |
|
|