Overlay the side panel on top of other content

This commit is contained in:
sabaimran
2024-08-07 18:46:06 +05:30
parent 09b71846be
commit 52fed6023f
5 changed files with 5 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ div.homeGreetings {
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
@media screen and (max-width: 768px) {