Skip to content

Commit 318e314

Browse files
evelez7aokblast
authored andcommitted
[clang-doc] fix overlapping navbar (llvm#164314)
The navbar has a height of 60px, but the sidebar didn't have any top padding so it began underneath the navbar. Now the sidebar has a top padding of 60px.
1 parent 753768e commit 318e314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-doc/assets/clang-doc-mustache.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ body, html {
396396

397397
.sidebar {
398398
width: 250px;
399-
top: 0;
399+
top: 60px;
400400
left: 0;
401401
height: 100%;
402402
position: fixed;

0 commit comments

Comments
 (0)