Skip to content

Commit

Permalink
sign-details div should be fixed on top
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Nogueira <nogueiradeoliveira@gmail.com>
  • Loading branch information
hugouke committed Jan 30, 2024
1 parent 2f45f07 commit fd35dc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Components/Request/VisibleElements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ export default {
}
.sign-details {
padding: 8px;
position: sticky;
top: 0;
z-index: 9;
background-color: #fff;
&__sidebar {
li {
margin: 3px 3px 1em 3px;
Expand Down

0 comments on commit fd35dc1

Please sign in to comment.