diff --git a/resources/css/lib/calendar.css b/resources/css/lib/calendar.css
index f95356c..7ffdbe1 100644
--- a/resources/css/lib/calendar.css
+++ b/resources/css/lib/calendar.css
@@ -212,7 +212,7 @@
/* all day bar */
ol.day {
- @apply sticky top-42 grid col-span-2 bg-white border-b border-primary z-10 overflow-x-hidden;
+ @apply sticky top-40 grid col-span-2 bg-white border-b border-primary z-10 overflow-x-hidden;
box-shadow: 0 0.25rem 0.5rem -0.25rem rgba(0,0,0,0.15);
padding: 0.25rem 0 0.2rem 6rem;
@@ -556,6 +556,9 @@
hgroup {
@apply top-22;
}
+ ol.day {
+ @apply top-42;
+ }
}
}
@media (height <= 50rem)
diff --git a/resources/css/lib/modal.css b/resources/css/lib/modal.css
index 335bac6..f4613ee 100644
--- a/resources/css/lib/modal.css
+++ b/resources/css/lib/modal.css
@@ -1,14 +1,12 @@
-.close-modal {
- @apply hidden;
-}
-
+/**
+ * modal uses a
diff --git a/resources/views/event/partials/form-modal.blade.php b/resources/views/event/partials/form-modal.blade.php
index bf23fec..cdb16df 100644
--- a/resources/views/event/partials/form-modal.blade.php
+++ b/resources/views/event/partials/form-modal.blade.php
@@ -1,4 +1,4 @@
-
+
@if ($event->exists)
{{ __('Edit event details') }}