Currently I have to apply a pointer-events: none !important to the notification class so that the whitespace in the lower-left corner doesn't consume mouse hover interactions.
This really just means that I need to put a bit more thought into how panels should slide out and be structured. I think there's probably one more layer necessary.
Currently I have to apply a
pointer-events: none !importantto the notification class so that the whitespace in the lower-left corner doesn't consume mouse hover interactions.This really just means that I need to put a bit more thought into how panels should slide out and be structured. I think there's probably one more layer necessary.