Skip to content

Commit d6fed17

Browse files
committed
fix(policy): keep toolbar actions visible while searching
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 412f03f commit d6fed17

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/views/Settings/PolicyWorkbench/RealPolicyWorkbench.vue

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,21 @@ onBeforeUnmount(() => {
14391439
align-items: center;
14401440
gap: 0.25rem;
14411441
}
1442+
1443+
:deep(.app-navigation-search__actions--hidden) {
1444+
margin-inline-start: 0;
1445+
}
1446+
1447+
:deep(.app-navigation-search__actions.hidden-visually) {
1448+
position: static;
1449+
width: auto;
1450+
height: auto;
1451+
margin: 0;
1452+
overflow: visible;
1453+
clip: auto;
1454+
clip-path: none;
1455+
white-space: normal;
1456+
}
14421457
}
14431458
}
14441459

0 commit comments

Comments
 (0)