We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1396a commit c81ceacCopy full SHA for c81ceac
src/shared/components/DescriptionHint/DescriptionHint.tsx
@@ -45,6 +45,7 @@ export function HintButton({
45
}}
46
accessibleName={`${ariaTitle} information`}
47
tooltip={`${ariaTitle} Information`}
48
+ style={{ pointerEvents: 'auto' }}
49
/>
50
{createPortal(
51
<Popover
src/shared/components/DynamicPageComponent/DynamicPageComponent.scss
@@ -5,6 +5,11 @@
5
ui5-dynamic-page-title {
6
justify-content: center;
7
min-height: 3rem;
8
+ pointer-events: none;
9
+
10
+ [slot='actionsBar'] {
11
+ pointer-events: auto;
12
+ }
13
}
14
15
.bold-title {
@@ -62,7 +67,7 @@
62
67
63
68
ui5-dynamic-page-header {
64
69
padding-top: 0;
65
- padding-bottom: 0;
70
+ padding-bottom: 1rem;
66
71
72
73
0 commit comments