Skip to content

Commit dc827f2

Browse files
committed
fix overlaying messagewrapper of other elements
Prevents text selection for improved overlay behavior Adds `user-select: none` to ensure consistent non-selectable behavior across browsers, addressing issues with overlay elements interfering with user interaction. Fixes #overlaying-messagewrapper
1 parent 3d28304 commit dc827f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ html {
3434
overflow: hidden;
3535
--nav-width: 4.375em;
3636
-webkit-user-select: none;
37+
user-select: none;
3738
}
3839

3940
/* Dark theme */

0 commit comments

Comments
 (0)