Fix #3904, #3884: fix website horizontal overflow

This commit is contained in:
Jeremy Thomas
2024-09-18 12:28:20 +01:00
parent 9a1b620195
commit 1bc01f2676
5 changed files with 30 additions and 20 deletions

View File

@@ -38,6 +38,7 @@
display: flex;
flex-direction: column;
gap: var(--p);
overflow: hidden;
}
.bd-docs-button {