Skip to content

Commit

Permalink
UHF-X: Fix specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkkimaagi committed Dec 4, 2024
1 parent 6f8196e commit 8afa999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/06_components/block/_chat-leijuke.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

// Cookie banner adjustments to chat button positions.
aca-chat-app-button .chat-button-wrapper,
#chat-leijuke-wrapper {
html aca-chat-app-button .chat-button-wrapper,
html #chat-leijuke-wrapper {
bottom: calc(var(--hds-cookie-consent-height, -8px) + 8px); // If cookie banner is not visible, fallback bottom to 0 px (-8 + 8 = 0)
}

0 comments on commit 8afa999

Please sign in to comment.