2
0

Fix batch table toolbar displaying under status media (#35962)

This commit is contained in:
Emelia Smith
2025-09-01 18:02:31 +02:00
committed by GitHub
parent 15401e6988
commit 314d5f0d7a

View File

@@ -195,7 +195,7 @@ a.table-action-link {
&__toolbar { &__toolbar {
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 1; z-index: 200;
border: 1px solid var(--background-border-color); border: 1px solid var(--background-border-color);
background: var(--background-color); background: var(--background-color);
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;