summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-17 23:55:28 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-17 23:55:28 -0500
commit2319c8e19e323552112d99eb440a76771cffd3de (patch)
tree42ed7fc951562f999381fb71ce7b993916d07406 /src/SMAPI.Web/wwwroot
parent383ebab1af5cfa6537c2eabd7a990fc26cb6dd67 (diff)
downloadSMAPI-2319c8e19e323552112d99eb440a76771cffd3de.tar.gz
SMAPI-2319c8e19e323552112d99eb440a76771cffd3de.tar.bz2
SMAPI-2319c8e19e323552112d99eb440a76771cffd3de.zip
make compatibility list header sticky
Diffstat (limited to 'src/SMAPI.Web/wwwroot')
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/mods.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/mods.css b/src/SMAPI.Web/wwwroot/Content/css/mods.css
index 1c2b8056..697ba514 100644
--- a/src/SMAPI.Web/wwwroot/Content/css/mods.css
+++ b/src/SMAPI.Web/wwwroot/Content/css/mods.css
@@ -86,6 +86,11 @@ table.wikitable > caption {
font-size: 0.9em;
}
+#mod-list thead tr {
+ position: sticky;
+ top: 0;
+}
+
#mod-list th.header {
background-repeat: no-repeat;
background-position: center right;