Skip to content

Commit

Permalink
Fix "ks-tag" Position
Browse files Browse the repository at this point in the history
修复漂浮提示的定位问题
  • Loading branch information
Dreamer-Paul committed May 4, 2020
1 parent c56bc92 commit 11aab08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kico.css
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,11 @@ iframe{
margin-left: 1rem;
}

[ks-tag~=left]:after, [ks-tag~=right]:after{
top: 50%;
transform: translateY(-50%);
}

[ks-tag=top]:before{
bottom: 100%;
border-top-color: rgba(0, 0, 0, .7);
Expand Down

0 comments on commit 11aab08

Please sign in to comment.