Skip to content

Commit

Permalink
Sticky queue controls
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants committed Nov 29, 2023
1 parent 8a0be52 commit a271bc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/v2.5/src/components/Scenes/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,13 @@ input[type="range"].blue-slider {
#queue-viewer {
.queue-controls {
align-items: center;
background-color: $body-bg;
display: flex;
flex: 0 1 auto;
height: 30px;
justify-content: space-between;
position: sticky;
top: 0;
}

.thumbnail-container {
Expand Down

0 comments on commit a271bc7

Please sign in to comment.