Skip to content

Commit

Permalink
Revert "[JENKINS-72690] Make the widget sticky (jenkinsci#287)"
Browse files Browse the repository at this point in the history
When other panels have been added to the side bar, they are shown
overlapping with the stick timestamper panel which has a transparent
background.  That is noticeable with the Collapsible Section plugin
which can generate a fairly long panel.

I understand the use case for making it sticky, but the overlapping text
is concerning.

This reverts commit b2e06b5.
  • Loading branch information
hashar committed Oct 29, 2024
1 parent 81a7236 commit b10e17c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ 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 b10e17c

Please sign in to comment.