Skip to content

Commit

Permalink
removed absolute positioning of :host
Browse files Browse the repository at this point in the history
  • Loading branch information
aguscruiz committed Oct 17, 2024
1 parent 56cdc6b commit 62bd7d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RegisterStyleOverride(
<style include="settings-shared">
:host{
min-height: auto !important;
display:inline;
position:relative;
}
:host(:not(.multi-card)) {
background-color: var(--leo-color-page-background) !important;
Expand Down

0 comments on commit 62bd7d2

Please sign in to comment.