mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-05 20:35:50 +00:00
fix smoke screen and z-index
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -106,7 +106,7 @@
|
||||
.DocSearch-Search-Icon {
|
||||
color: $white !important;
|
||||
}
|
||||
.DocSearch-Modal{
|
||||
.DocSearch-Modal {
|
||||
max-width: 700px;
|
||||
margin-right: 7em;
|
||||
}
|
||||
@@ -120,3 +120,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.DocSearch-Container {
|
||||
z-index: 200 !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#xrp-ledger-dev-portal {
|
||||
overflow: auto !important;
|
||||
}
|
||||
|
||||
16499
styles/xrpl.css
Normal file
16499
styles/xrpl.css
Normal file
File diff suppressed because it is too large
Load Diff
1
styles/xrpl.css.map
Normal file
1
styles/xrpl.css.map
Normal file
File diff suppressed because one or more lines are too long
@@ -75,7 +75,7 @@
|
||||
|
||||
</head>
|
||||
|
||||
<body class="xrp-ledger-dev-portal {% if currentpage.sidebar is undefined or currentpage.sidebar != "disabled" %}sidebar-primary {% endif %}lang-{{target.lang}} {% block bodyclasses %}{% endblock %}" data-spy="scroll" data-target=".page-toc" data-offset="0">
|
||||
<body class="xrp-ledger-dev-portal {% if currentpage.sidebar is undefined or currentpage.sidebar != "disabled" %}sidebar-primary {% endif %}lang-{{target.lang}} {% block bodyclasses %}{% endblock %}" data-spy="scroll" data-target=".page-toc" data-offset="0" id="xrp-ledger-dev-portal">
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCQZ3L8"
|
||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
|
||||
Reference in New Issue
Block a user