Skip to content

Commit

Permalink
Merge pull request #2431 from SpareBank1/develop_fix-dropdown
Browse files Browse the repository at this point in the history
fix(ffe-form): z-index isolation on checkbox and radio
  • Loading branch information
pethel authored Dec 2, 2024
2 parents 83e4bdc + 2aff89b commit e620206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ffe-form/less/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--square-background-color: var(--ffe-v-input-bg-color);
--checkmark-color: transparent;

isolation: isolate;
line-height: var(--line-height);
display: grid;
grid-column-gap: var(--ffe-spacing-xs);
Expand Down
1 change: 1 addition & 0 deletions packages/ffe-form/less/radio-button.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
--outer-circle-color: var(--ffe-g-border-color);
--inner-circle-color: var(--ffe-v-input-bg-color);

isolation: isolate;
line-height: var(--line-height);
overflow-wrap: anywhere;
font-family: var(--ffe-g-font);
Expand Down

0 comments on commit e620206

Please sign in to comment.