fix left panel background-repeat so it works for page 2 and so on

This commit is contained in:
2026-02-17 01:02:17 +01:00
parent 29c9b8b194
commit d92128b747
2 changed files with 17 additions and 4 deletions

View File

@@ -36,14 +36,11 @@
}
}
html {
height: 100%;
}
body {
background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229));
background-size: 6.7cm 100%;
background-position: top left;
background-repeat: no-repeat;
background-repeat: repeat-y;
}
* {