mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: fix bug with navbar
This commit is contained in:
@@ -9,3 +9,22 @@ html {
|
||||
.theme-doc-breadcrumbs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mdx-hero > .mdx-hero-image > img {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
margin-top: -65%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 996px) {
|
||||
.mdx-hero > .mdx-hero-image > img {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
transform: rotate(170deg);
|
||||
margin-right: -300px;
|
||||
margin-top: -78%;
|
||||
scale: 0.95;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -345,10 +345,6 @@ a code {
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
#__docusaurus {
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user