issues solved

This commit is contained in:
2024-07-10 16:51:35 +05:45
parent c9a2c908af
commit 38fe4c41d1
24 changed files with 53 additions and 50 deletions

View File

@ -934,4 +934,12 @@ h6{
border-top: 1px solid rgba(255, 255, 255, 0.08);
background: var(--bs-secondary) !important;
}
/*** copyright end ***/
/*** copyright end ***/
#sidebar {
position: sticky;
top: 100px;
height: 100%;
background-color: #ffffff;
padding: 20px;
}