Skip to content

Commit

Permalink
Stop section margin getting mouse after show/hide
Browse files Browse the repository at this point in the history
  • Loading branch information
james-cnz committed Jan 14, 2020
1 parent 5ece486 commit 32ab6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body.format-multitopic .course-content ul.nav-tabs li a .tab_content.dimmed {
body.format-multitopic ul.sections li.section {
width: 100%;
height: auto;
position: initial;
position: initial !important;
visibility: inherit;
margin-bottom: 1rem;
}
Expand Down

1 comment on commit 32ab6e1

@james-cnz
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See issue #10.

Please sign in to comment.