Remove CSS workaround for scroll-anchoring (#1976)

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-29 23:58:53 +01:00 committed by GitHub
parent 1f5f2c4d83
commit 3b8f3a09aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -0,0 +1 @@
Remove CSS workaround for scroll-anchoring.