diff options
author | Khloe Leclair <xivkhloeleclair@gmail.com> | 2022-04-12 02:18:51 -0400 |
---|---|---|
committer | Khloe Leclair <xivkhloeleclair@gmail.com> | 2022-04-12 02:18:51 -0400 |
commit | 0b9227564979b3e6e71dbd48ced2a9b7407fd640 (patch) | |
tree | 43a01c8cfc744981258d7909a85205a471b1e4bf /src | |
parent | a21d24f4b7d14701205a6805422de31da84da6ca (diff) | |
download | SMAPI-0b9227564979b3e6e71dbd48ced2a9b7407fd640.tar.gz SMAPI-0b9227564979b3e6e71dbd48ced2a9b7407fd640.tar.bz2 SMAPI-0b9227564979b3e6e71dbd48ced2a9b7407fd640.zip |
Make horizontal scrolling with the quick navigation links less bad. Probably need to move them into the actual sidebar element though for proper sorting.
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css index 41b54e11..e47a938d 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css +++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css @@ -13,6 +13,9 @@ caption { #output { padding: 10px; overflow: auto; + z-index: 1; + background: #fff; + position: relative; } #output h2 { |