Skip to content

Commit 5a959cf

Browse files
authored
Fix a regression on OpenAPI example bg (#3095)
1 parent 3146654 commit 5a959cf

File tree

1 file changed

+1
-1
lines changed
  • packages/gitbook/src/components/DocumentView/OpenAPI

1 file changed

+1
-1
lines changed

Diff for: packages/gitbook/src/components/DocumentView/OpenAPI/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
}
495495

496496
.openapi-panel-body {
497-
@apply theme-gradient:bg-tint-12/1 relative;
497+
@apply relative;
498498
@apply before:w-full before:h-px before:absolute before:bg-tint-6 before:-top-px before:z-10;
499499
}
500500

0 commit comments

Comments
 (0)