diff --git a/fss/fsw/index.html b/fss/fsw/index.html index e983d90..e99539b 100644 --- a/fss/fsw/index.html +++ b/fss/fsw/index.html @@ -71,6 +71,11 @@ overflow-y: auto; } + .nav { + background-color: #ccc; + padding-top: 12px; + } + .sticky { position: fixed; width: 100%; @@ -98,27 +103,52 @@