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

@@ -25,6 +25,7 @@ div.pageLayout {
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
button.infoButton {
@@ -35,7 +36,6 @@ button.infoButton {
font-size: medium;
}
div.agentList {
display: grid;
gap: 20px;
@@ -46,7 +46,6 @@ div.agentList {
margin-left: auto;
}
@media only screen and (max-width: 768px) {
div.agentList {
width: 100%;

View File

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

View File

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

View File

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

View File

@@ -19,6 +19,7 @@ div.phoneInput {
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
div.phoneInput input {
@@ -29,7 +30,6 @@ div.phoneInput input {
}
@media screen and (max-width: 768px) {
div.sidePanel {
position: relative;
height: 100%;