From e694cb7556d124829e0267ca2b6a5e94198a321e Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Tue, 19 Nov 2024 21:55:21 +0100 Subject: [PATCH] refactor: style tweaks to cuesheet --- apps/client/src/features/cuesheet/Cuesheet.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/features/cuesheet/Cuesheet.module.scss b/apps/client/src/features/cuesheet/Cuesheet.module.scss index a6b20136b..1fccb55a6 100644 --- a/apps/client/src/features/cuesheet/Cuesheet.module.scss +++ b/apps/client/src/features/cuesheet/Cuesheet.module.scss @@ -45,7 +45,7 @@ $table-header-font-size: calc(1rem - 3px); .tableHeader { position: sticky; - top: 0; + top: -1px; z-index: 10; font-size: $table-header-font-size; @@ -54,6 +54,7 @@ $table-header-font-size: calc(1rem - 3px); th { background-color: $gray-1300; + padding-left: 0.25rem; &:hover { .resizer {