css: make footer sticky.

This commit is contained in:
evazion
2022-01-27 13:18:45 -06:00
parent c292c457ca
commit 6fbca01a23
5 changed files with 9 additions and 3 deletions

View File

@@ -266,7 +266,7 @@ module ApplicationHelper
{
lang: "en",
class: "c-#{controller_param} a-#{action_param}",
class: "c-#{controller_param} a-#{action_param} flex flex-col",
spellcheck: "false",
data: {
controller: controller_param,