mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
refactor: reusable dialog management
This commit is contained in:
committed by
Carlos Valente
parent
e0f2830072
commit
3f3cef7d6f
@@ -56,7 +56,7 @@ $table-header-font-size: calc(1rem - 2px);
|
||||
.tableHeader {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
z-index: 10;
|
||||
z-index: $zindex-floating;
|
||||
background-color: $ui-black;
|
||||
font-size: $table-header-font-size;
|
||||
color: $label-gray;
|
||||
|
||||
Reference in New Issue
Block a user