diff options
Diffstat (limited to 'src/frontend/tubo/views.cljs')
-rw-r--r-- | src/frontend/tubo/views.cljs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/views.cljs b/src/frontend/tubo/views.cljs index f76c099..886a102 100644 --- a/src/frontend/tubo/views.cljs +++ b/src/frontend/tubo/views.cljs @@ -92,7 +92,7 @@ (let [current-match @(rf/subscribe [:current-match])] [:div.min-h-screen.flex.flex-col.h-full.text-white.bg-neutral-900.relative [navbar current-match] - [:div.flex.flex-col.justify-between.relative.font-nunito {:class "min-h-[calc(100vh-58px)]"} + [:div.flex.flex-col.justify-between.relative.font-nunito {:style {:minHeight "100vh"}} (when-let [view (-> current-match :data :view)] [view current-match]) [footer] |