mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-28 23:31:46 +08:00
docs css fixes (#1286)
This commit is contained in:
committed by
Shahidh K Muhammed
parent
380fdad468
commit
41a4196fc2
3
docs/_static/hasura-custom.css
vendored
3
docs/_static/hasura-custom.css
vendored
@@ -67,6 +67,7 @@ ul {
|
||||
.main_container_wrapper {
|
||||
min-width: 90%;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch; /* for iOS momentum scroll */
|
||||
}
|
||||
|
||||
.content_wrapper {
|
||||
@@ -799,6 +800,7 @@ article ol ol {
|
||||
|
||||
#sidebar {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
width: 90% !important;
|
||||
max-width: 800px !important;
|
||||
left: 0;
|
||||
@@ -859,7 +861,6 @@ article ol ol {
|
||||
#sidebar {
|
||||
top: 170px;
|
||||
height: calc(100% - 170px);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#input_search_box {
|
||||
|
||||
Reference in New Issue
Block a user