diff options
author | dvs1 | 2025-02-23 11:57:34 +1000 |
---|---|---|
committer | dvs1 | 2025-02-23 11:57:34 +1000 |
commit | b07007aaabeab8bee10c869e8d7fcdfd50f1357e (patch) | |
tree | ef7aae7b08a8296b334f9df75c01731bcbb0cc34 | |
parent | Dance shenanigans, DANCE! (diff) | |
download | notYetAnotherWiki-b07007aaabeab8bee10c869e8d7fcdfd50f1357e.zip notYetAnotherWiki-b07007aaabeab8bee10c869e8d7fcdfd50f1357e.tar.gz notYetAnotherWiki-b07007aaabeab8bee10c869e8d7fcdfd50f1357e.tar.bz2 notYetAnotherWiki-b07007aaabeab8bee10c869e8d7fcdfd50f1357e.tar.xz |
Let's try auto scroll in both directions.
-rw-r--r-- | default.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.template b/default.template index 05ac03d..e6b02e6 100644 --- a/default.template +++ b/default.template | |||
@@ -32,7 +32,7 @@ | |||
32 | grid-template-rows: auto auto 1fr auto; | 32 | grid-template-rows: auto auto 1fr auto; |
33 | grid-auto-columns: minmax(auto, auto); | 33 | grid-auto-columns: minmax(auto, auto); |
34 | grid-auto-rows: minmax(auto, auto); | 34 | grid-auto-rows: minmax(auto, auto); |
35 | overflow-x: hidden; overflow-y: auto; | 35 | overflow-x: auto; overflow-y: auto; |
36 | } | 36 | } |
37 | .boxLogo {grid-area: logo; grid-column: 1 / 1; grid-row: 1 / 2; height: min-content;} | 37 | .boxLogo {grid-area: logo; grid-column: 1 / 1; grid-row: 1 / 2; height: min-content;} |
38 | .boxTrail {grid-area: trail; grid-column: 2 / 2; grid-row: 1 / 1; height: min-content;} | 38 | .boxTrail {grid-area: trail; grid-column: 2 / 2; grid-row: 1 / 1; height: min-content;} |