Skip to content

Commit 78df51f

Browse files
committed
Merge branch 'bugfix/VersionHistory-positioning' into develop
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).
2 parents 3146d53 + 4e6a646 commit 78df51f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OnTopic.Editor.AspNetCore/Shared/Styles/Base/_callouts.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
&.topic-info {
2525
@extend .sticky-top;
2626
top : 136px+15px;
27+
z-index : 10;
2728
border : 1px solid $grey-lighter;
2829
padding : 15px;
2930
width : 100%;

0 commit comments

Comments
 (0)