Skip to content

Commit

Permalink
Fix position of the AOTF header in narrow windows (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedde-s authored and ricardo-lourenco committed Mar 27, 2024
1 parent 1b8882b commit 3d3630d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/platform/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -369,5 +369,11 @@ code {
height: 22px !important;
width: 22px !important;
}

.Theader.avoiding-top-bar {
/* Don't move out of the way of the top bar in this overflow scroll;
the header is not at the top of the page. */
top: 0px;
}
}
}

0 comments on commit 3d3630d

Please sign in to comment.