mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-05 04:15:50 +00:00
Fixed background color issue when scrolling left/right
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<main>
|
||||
<main class="bg-light">
|
||||
<div class="sidebar d-flex flex-column flex-shrink-0 p-3 text-white bg-dark">
|
||||
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none">
|
||||
<img class="logo" height="40"/>
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
<div class="divider"></div>
|
||||
|
||||
<div class="main-content tab-content d-flex flex-column flex-shrink-0 p-3 bg-light">
|
||||
<div class="main-content tab-content d-flex flex-column flex-shrink-0 p-3">
|
||||
|
||||
<div class="header border-bottom">
|
||||
<h3>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<main>
|
||||
<main class="bg-light">
|
||||
|
||||
<div class="sidebar d-flex flex-column flex-shrink-0 p-3 text-white bg-dark">
|
||||
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none">
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
<div class="divider"></div>
|
||||
|
||||
<div class="main-content tab-content d-flex flex-column flex-shrink-0 p-3 bg-light">
|
||||
<div class="main-content tab-content d-flex flex-column flex-shrink-0 p-3">
|
||||
|
||||
<div class="header border-bottom">
|
||||
<h3>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<main>
|
||||
<main class="bg-light">
|
||||
|
||||
<div class="sidebar d-flex flex-column flex-shrink-0 p-3 text-white bg-dark">
|
||||
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none">
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
<div class="divider"></div>
|
||||
|
||||
<div class="main-content tab-content d-flex flex-column flex-shrink-0 p-3 bg-light">
|
||||
<div class="main-content tab-content d-flex flex-column flex-shrink-0 p-3">
|
||||
|
||||
<div class="header border-bottom">
|
||||
<h3>
|
||||
|
||||
@@ -1030,7 +1030,7 @@ After finishing this step the application should look like this:
|
||||
|
||||
<body>
|
||||
|
||||
<main>
|
||||
<main class="bg-light">
|
||||
<div class="sidebar d-flex flex-column flex-shrink-0 p-3 text-white bg-dark">
|
||||
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none">
|
||||
<img class="logo" height="40"/>
|
||||
@@ -1054,7 +1054,7 @@ After finishing this step the application should look like this:
|
||||
|
||||
<div class="divider"></div>
|
||||
|
||||
<div class="main-content tab-content d-flex flex-column flex-shrink-0 p-3 bg-light">
|
||||
<div class="main-content tab-content d-flex flex-column flex-shrink-0 p-3">
|
||||
|
||||
<div class="header border-bottom">
|
||||
<h3>
|
||||
|
||||
Reference in New Issue
Block a user