diff --git a/static/sass/components/_dropdown.scss b/static/sass/components/_dropdown.scss index 0caae65d..0632a8b0 100644 --- a/static/sass/components/_dropdown.scss +++ b/static/sass/components/_dropdown.scss @@ -13,7 +13,7 @@ opacity: 0; position: absolute; left: 0; - top: 0; + top: -64px; z-index: 9999; // TODO: Check if this doesn't break other things transform-origin: 0 0; diff --git a/templates/asset_list.html b/templates/asset_list.html index f135e52a..655cdac8 100644 --- a/templates/asset_list.html +++ b/templates/asset_list.html @@ -7,28 +7,30 @@
{% csrf_token %} -
+
- +
+ +
- - - - - - - - - - - - {% include 'asset_list_table_body.html' %} - -
Asset IDDescriptionCategoryStatusQuick Links
+ + + + + + + + + + + + {% include 'asset_list_table_body.html' %} + +
Asset IDDescriptionCategoryStatusQuick Links
{% include 'helpers/paginator.html' %} @@ -36,7 +38,7 @@ {% block script %}