Skip to content

Commit 0623aab

Browse files
fix: Title protected resource button is unclickable (kyma-project#4457)
1 parent 3348141 commit 0623aab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/shared/components/DynamicPageComponent/DynamicPageComponent.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
min-height: 3rem;
88
pointer-events: none;
99

10-
[slot='actionsBar'] {
10+
[slot='actionsBar'],
11+
.protected-resource-button {
1112
pointer-events: auto;
1213
}
1314
}

src/shared/components/ProtectedResourcesButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const ProtectedResourceWarning = ({
8787
return (
8888
<>
8989
<Button
90+
className="protected-resource-button"
9091
id={`protectedOpener-${entry?.metadata?.uid}-${ID}`}
9192
onClick={() => {
9293
setProtectedWarningOpen(true);

0 commit comments

Comments
 (0)