Skip to content

Commit

Permalink
Add relative position to data widgets container
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Tinland committed Apr 28, 2024
1 parent 21b4ebd commit d6f3927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/styles/core/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const baseStyles = /* css */ `
background-color: var(--green);
}
.simple-bar__data {
position: relative;
display: flex;
align-items: stretch;
margin-left: auto;
Expand Down

0 comments on commit d6f3927

Please sign in to comment.