Skip to content

Commit 29e79b1

Browse files
Copilotulysses4ever
andcommitted
Fix text overflow on index page by adding overflow hidden to newsplash container
Co-authored-by: ulysses4ever <[email protected]>
1 parent 948c2ef commit 29e79b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/assets/css/dark-mode.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ body.dark-mode #newsplash {
138138
color: #e0e0e0;
139139
background-color: #1a1a1a !important;
140140
position: relative;
141+
overflow: hidden; /* Prevent content from spilling outside the container */
141142
}
142143

143144
/* Add a dark overlay using pseudo-element to dim background while keeping text readable */

0 commit comments

Comments
 (0)