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

@@ -33628,6 +33628,7 @@ has-background-moon.is-hoverable:active {
display: flex;
flex-direction: column;
gap: var(--p);
overflow: hidden;
}
.bd-docs-button {

File diff suppressed because one or more lines are too long