diff --git a/css/style.css b/css/style.css
index fdcba2d..2bcc8ef 100644
--- a/css/style.css
+++ b/css/style.css
@@ -484,3 +484,9 @@ table.dataTable.display tbody tr.even:hover {
padding-right: 2px;
border: none;
}
+
+.nav-link.disabled {
+ /* by default, even if disabled, modals are opened by disabled nav-link
+ so we ignore pointer events in this situation to avoid that*/
+ pointer-events: none;
+}
diff --git a/index.html b/index.html
index 3d2364f..f602e7c 100644
--- a/index.html
+++ b/index.html
@@ -87,7 +87,7 @@
-
-