Skip to content

Commit

Permalink
Fix wrong positioning of snackbars
Browse files Browse the repository at this point in the history
Before this change, there's a lot space between snackbars.

This change is made to counterbalance a change in the teleport
positioning computation (ie. with the use of --v-layout-[bottom|top] for
the padding computation). We actually don't want Vuetify to computed the
positioning since we're using flex display on the parents to stack the
snackbars.
  • Loading branch information
pgiraud committed Jul 29, 2024
1 parent c8d480c commit b55a259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions powa/static/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ td {
left: initial;
bottom: 0;
right: 0;
padding-bottom: 0;
padding-top: 0;
position: relative;

.v-overlay__content {
Expand Down

0 comments on commit b55a259

Please sign in to comment.