diff options
Diffstat (limited to 'assets/css/components/hero.css')
| -rw-r--r-- | assets/css/components/hero.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/css/components/hero.css b/assets/css/components/hero.css index d6cd3c0..6984647 100644 --- a/assets/css/components/hero.css +++ b/assets/css/components/hero.css @@ -25,11 +25,13 @@ #matrix-canvas { position: absolute; - inset: 0; + top: 0; + left: 0; + width: 100%; + height: 100%; opacity: 0.13; pointer-events: none; z-index: 1; - display: block; } html.theme-light #matrix-canvas { |
