diff --git a/resource/static/main.css b/resource/static/main.css
index 1850033..a8fb509 100644
--- a/resource/static/main.css
+++ b/resource/static/main.css
@@ -8,6 +8,7 @@ td {
word-wrap: break-word;
word-break: break-all;
}
+
.nb-container {
padding-top: 75px;
min-height: 100vh;
diff --git a/resource/static/main.js b/resource/static/main.js
index bb0143d..5f19527 100644
--- a/resource/static/main.js
+++ b/resource/static/main.js
@@ -154,7 +154,7 @@ function addOrEditNotification(notification) {
} else {
modal.find(".ui.nf-ssl.checkbox").checkbox("set unchecked");
}
- modal.find(".ui.nf-skip-check.checkbox").checkbox("set unchecked");
+ modal.find(".ui.nf-skip-check.checkbox").checkbox("set unchecked");
showFormModal(
".notification.modal",
"#notificationForm",
diff --git a/resource/template/common/footer.html b/resource/template/common/footer.html
index 12638e5..0f8774f 100644
--- a/resource/template/common/footer.html
+++ b/resource/template/common/footer.html
@@ -9,7 +9,7 @@
-
+