From 4d3a687d34d0c2e925cec19b05f145b7b9eb8c27 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Sat, 4 Apr 2020 23:28:34 -0400 Subject: [PATCH] Fixed bug where toggling dark mode using the toggle rather than the adjacent menu item caused visual errors --- src/app/app.component.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/app.component.css b/src/app/app.component.css index 59009fe..3939d52 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -16,6 +16,7 @@ top: 2px; left: 10px; position: relative; + pointer-events: none; } .sidenav-container {