Skip to content

Commit

Permalink
fix(action-icon): make sure footer transform does not effect other CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Vogelsang committed Dec 9, 2021
1 parent f0d09b6 commit bc522d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/action-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ export class ActionIcon extends LitElement {
}
:host(:focus-within) footer {
position: absolute;
max-width: 100vw;
transform: translate(0px, -140px);
transform: translate(0px, -80px);
background-color: var(--mdc-theme-secondary);
font-weight: 500;
color: var(--mdc-theme-on-secondary);
Expand Down

0 comments on commit bc522d3

Please sign in to comment.