diff --git a/docs/assets/stylesheets/main.css b/docs/assets/stylesheets/main.css index 03f3c36..6cb7644 100644 --- a/docs/assets/stylesheets/main.css +++ b/docs/assets/stylesheets/main.css @@ -9,3 +9,10 @@ width: 100%; height: 100%; } + +#pseudo-3d-layer { + position: fixed; + width: 100%; + height: 100%; + pointer-events: none; +} diff --git a/overrides/main.html b/overrides/main.html index 1d39593..9d1b868 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -14,6 +14,8 @@ +
+