fixed z-index issue of the dark mode button, which has been displayed over the agent details
This commit is contained in:
parent
5477f80e56
commit
1f857d8bfa
|
@ -19,7 +19,7 @@
|
||||||
<body class="bg-light text-dark" data-bs-theme="light">
|
<body class="bg-light text-dark" data-bs-theme="light">
|
||||||
<button id="themeToggleButton"
|
<button id="themeToggleButton"
|
||||||
class="btn btn-outline-secondary position-fixed"
|
class="btn btn-outline-secondary position-fixed"
|
||||||
style="top: 1rem; right: 1rem; z-index: 1050;"
|
style="top: 1rem; right: 1rem; z-index: 1;"
|
||||||
aria-label="Toggle Theme">
|
aria-label="Toggle Theme">
|
||||||
<i class="bi bi-sun"></i>
|
<i class="bi bi-sun"></i>
|
||||||
</button>
|
</button>
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
<div class="modal-dialog modal-dialog-scrollable modal-fullscreen">
|
<div class="modal-dialog modal-dialog-scrollable modal-fullscreen">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h1 class="modal-title" id="exampleModalLabel">Modal title</h1>
|
<h1 class="modal-title" id="exampleModalLabel">Command Line Interface</h1>
|
||||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
|
Loading…
Reference in New Issue