Don't let logo container gobble up clicks

This commit is contained in:
somebody
2023-07-21 19:01:51 -05:00
parent 79b1ef1aac
commit a93c9d20b1

View File

@@ -2848,6 +2848,7 @@ body {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
pointer-events: none;
} }
#welcome-text-content { #welcome-text-content {