Skip to content

Commit

Permalink
[JENKINS-72690] Make the widget sticky (jenkinsci#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 authored May 13, 2024
1 parent e62d8e1 commit b2e06b5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ THE SOFTWARE.

<l:ajax>
<style>
#timestamper-pane {
position: sticky;
top: 44px;
}
#timestamper-pane .pane-header-title {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit b2e06b5

Please sign in to comment.