From 39530831d8a3a0aee7292cf577629fd846ecf1f8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 30 Apr 2018 00:30:04 +1000 Subject: [PATCH] CSS fixes for .notification-area and .alert Missed from previous commit --- InvenTree/static/css/inventree.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css index 823d6abe36..3470fb4bb4 100644 --- a/InvenTree/static/css/inventree.css +++ b/InvenTree/static/css/inventree.css @@ -94,15 +94,17 @@ .notification-area { position: fixed; - z-index: 999999; top: 0px; margin-top: 20px; width: 100%; padding: 20px; + z-index: 999999; + pointer-events: none; // Prevent this div from blocking links underneath } .alert { display: none; border-radius: 5px; opacity: 0.9; + pointer-events: all; } \ No newline at end of file