fix: use overflow: clip to not disrupt sticky ToC (#8158)
Some checks are pending
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Build Rust Project on Windows (push) Blocked by required conditions
CI / Lint Rust Code (push) Blocked by required conditions
CI / Check OpenAPI Schema is Up-to-Date (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
Deploy Documentation / deploy (push) Waiting to run
Live Provider Tests / check-fork (push) Waiting to run
Live Provider Tests / changes (push) Blocked by required conditions
Live Provider Tests / Build Binary (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (Code Execution) (push) Blocked by required conditions
Live Provider Tests / Compaction Tests (push) Blocked by required conditions
Live Provider Tests / goose server HTTP integration tests (push) Blocked by required conditions
Publish Ask AI Bot Docker Image / docker (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run

Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
This commit is contained in:
BestCodes 2026-03-29 01:31:17 -05:00 committed by GitHub
parent 6b20f2c4e9
commit 5825821591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,7 +244,7 @@ html {
.hero--logo {
display: 'flex';
justify-content: 'center';
margin-bottom: '1rem'
margin-bottom: '1rem'
}
.pill-button {
@ -450,7 +450,7 @@ html, body {
/* Ensure all containers respect viewport width */
.container {
max-width: 100%;
overflow-x: hidden;
overflow-x: clip;
}
/* Prevent navbar from causing horizontal overflow */
@ -461,7 +461,7 @@ html, body {
/* Ensure main content doesn't overflow */
main {
max-width: 100%;
overflow-x: hidden;
overflow-x: clip;
}
/* Custom scrollbar for filter sections */