Skip to content

Commit 47a1a17

Browse files
committed
fix: Inconsistent end line
1 parent d5bc0cf commit 47a1a17

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
@@ -929,7 +929,7 @@ blockquote.side-callout {
929929
.nav-tabs {
930930
overflow-x: scroll;
931931
overflow-y: hidden;
932-
height: calc(100% + 1px);
932+
height: 100%;
933933
scrollbar-width: none;
934934

935935
list-style: none;

0 commit comments

Comments
 (0)