Remove CSS workaround for scroll-anchoring

Docsy does not set the `height` anymore, but the `min-height`, which doesn't seem to affect scroll-anchoring.
See f22a70ec56

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2024-10-15 10:43:00 +02:00
parent 69d7dbf703
commit 331455b41c
No known key found for this signature in database
GPG key ID: 0C971D9DBC9D678D

View file

@ -26,12 +26,6 @@ Custom SCSS for the Matrix spec
*/ */
@import "syntax.scss"; @import "syntax.scss";
/* Workaround for https://github.com/google/docsy/issues/1116:
* fix scroll-anchoring */
.td-outer {
height: auto;
}
/* Overrides for the navbar */ /* Overrides for the navbar */
.td-navbar { .td-navbar {
box-shadow: 0px 0px 8px rgba(179, 179, 179, 0.25); box-shadow: 0px 0px 8px rgba(179, 179, 179, 0.25);