Skip to content

Commit

Permalink
fix: hovering block indicator position
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Aug 23, 2021
1 parent c2c45df commit 3827c95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ a:hover > .bullet-container .bullet {

// hovering block indicator
.block-content-wrapper > div > .block-content {
& > span > span > .inline {
display: inline-block;
}

& > span > span > :first-child {
position: relative;

Expand Down

0 comments on commit 3827c95

Please sign in to comment.