Skip to content

Commit

Permalink
Merge branch 'bugfix/VersionHistory-positioning' into develop
Browse files Browse the repository at this point in the history
Fixed a bug in which the Version History menu was being hidden behind the Topic Information box. This had been introduced as part of a previous update to make the Topic Information box sticky (643d856).
  • Loading branch information
JeremyCaney committed Sep 30, 2020
2 parents 3146d53 + 4e6a646 commit 78df51f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
&.topic-info {
@extend .sticky-top;
top : 136px+15px;
z-index : 10;
border : 1px solid $grey-lighter;
padding : 15px;
width : 100%;
Expand Down

0 comments on commit 78df51f

Please sign in to comment.