We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64dc8ad commit 8c0af55Copy full SHA for 8c0af55
src/components/PanelHeaderContext/PanelHeaderContext.css
@@ -14,6 +14,9 @@
14
left: 0;
15
width: 100%;
16
z-index: 2;
17
+ padding: 8px;
18
+ box-sizing: border-box;
19
+ pointer-events: none;
20
}
21
22
.PanelHeaderContext__fade {
@@ -35,6 +38,7 @@
35
38
36
39
37
40
.PanelHeaderContext--opened .PanelHeaderContext__in {
41
+ pointer-events: auto;
42
animation: vkui-animation-panelheadercontext-translate-in 0.2s ease;
43
44
@@ -46,14 +50,6 @@
46
50
background: var(--header_background, var(--vkui--color_background_content));
47
51
48
52
49
-/*
- Android
- */
-.PanelHeaderContext__in {
53
- padding: 8px;
54
- box-sizing: border-box;
55
-}
56
-
57
.PanelHeaderContext--ios .PanelHeaderContext__in {
58
padding: 0;
59
0 commit comments