From 792dc2cb36ee48bf14d463383c175de2b0e4e317 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 10 Jan 2024 14:15:10 +1100 Subject: [PATCH] Add shadow --- app/webpacker/css/admin/products_v3.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/webpacker/css/admin/products_v3.scss b/app/webpacker/css/admin/products_v3.scss index d72e1b17d7..977b5fbac3 100644 --- a/app/webpacker/css/admin/products_v3.scss +++ b/app/webpacker/css/admin/products_v3.scss @@ -47,6 +47,7 @@ position: sticky; top: 0; z-index: 1; // TODO: Cover .popout and .vertical-ellipsis-menu, but only when sticky + box-shadow: $box-shadow; // Form actions replaces other controls when active // It is part of the table header, to allow for sticky stacking when scrolling.