diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-04-05 12:03:17 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-04-05 12:03:17 -0700 |
commit | 048985d59d3ee3e1b73df120cc6e39ae19360ed5 (patch) | |
tree | 4a8c6c13074771ac91ce2b56e5d39c2681a030ad /python | |
parent | 610e3086b42d50fc65945664bd8ff74579d88e9a (diff) | |
download | fatcat-048985d59d3ee3e1b73df120cc6e39ae19360ed5.tar.gz fatcat-048985d59d3ee3e1b73df120cc6e39ae19360ed5.zip |
web: fileset manifest table to front (z-index) and width
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_web/templates/fileset_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/fileset_view.html b/python/fatcat_web/templates/fileset_view.html index e4d7b687..939925f6 100644 --- a/python/fatcat_web/templates/fileset_view.html +++ b/python/fatcat_web/templates/fileset_view.html @@ -49,7 +49,7 @@ No known public URL, mirror, or archive for this File Set. <h3>File Manifest ({{ fileset.manifest|count }})</h3> {% if fileset.manifest %} -<table class="ui compact single line table"> +<table class="ui compact table" style="z-index: 10;"> <thead> <tr> <th class="collapsing"></th> |