Skip to content

Commit 2aff89b

Browse files
author
Peter Hellstrand
committed
fix(ffe-form): z-index isolation on checkbox and radio
1 parent 83e4bdc commit 2aff89b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/ffe-form/less/checkbox.less

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
--square-background-color: var(--ffe-v-input-bg-color);
77
--checkmark-color: transparent;
88

9+
isolation: isolate;
910
line-height: var(--line-height);
1011
display: grid;
1112
grid-column-gap: var(--ffe-spacing-xs);

packages/ffe-form/less/radio-button.less

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
--outer-circle-color: var(--ffe-g-border-color);
44
--inner-circle-color: var(--ffe-v-input-bg-color);
55

6+
isolation: isolate;
67
line-height: var(--line-height);
78
overflow-wrap: anywhere;
89
font-family: var(--ffe-g-font);

0 commit comments

Comments
 (0)