Skip to content

Commit

Permalink
chore: Adjust sticky position of desktop frame-qr element
Browse files Browse the repository at this point in the history
  • Loading branch information
guillecro committed Jun 13, 2024
1 parent 41f1ce6 commit 37d5079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style-classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

.frame-qr-desktop {
position: sticky;
top: 0;
top: 70px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25420,7 +25420,7 @@ has-background-danger.is-hoverable:active {
}
#contexto .frame-qr-desktop {
position: sticky;
top: 0;
top: 70px;
}

#riesgos {
Expand Down

0 comments on commit 37d5079

Please sign in to comment.