Skip to content

Commit 58abc97

Browse files
committed
fix: Inconsistent end line
1 parent 08a0648 commit 58abc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ blockquote.side-callout {
953953
.nav-tabs {
954954
overflow-x: scroll;
955955
overflow-y: hidden;
956-
height: calc(100% + 1px);
956+
height: 100%;
957957
scrollbar-width: none;
958958

959959
list-style: none;

0 commit comments

Comments
 (0)