mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Overlay the side panel on top of other content
This commit is contained in:
@@ -25,6 +25,7 @@ div.pageLayout {
|
|||||||
div.sidePanel {
|
div.sidePanel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.infoButton {
|
button.infoButton {
|
||||||
@@ -35,7 +36,6 @@ button.infoButton {
|
|||||||
font-size: medium;
|
font-size: medium;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.agentList {
|
div.agentList {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
@@ -46,7 +46,6 @@ div.agentList {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
div.agentList {
|
div.agentList {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ div.pageLayout {
|
|||||||
div.sidePanel {
|
div.sidePanel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
|||||||
@@ -87,6 +87,7 @@ div.homeGreetings {
|
|||||||
div.sidePanel {
|
div.sidePanel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ div.searchLayout {
|
|||||||
div.sidePanel {
|
div.sidePanel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ div.phoneInput {
|
|||||||
div.sidePanel {
|
div.sidePanel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.phoneInput input {
|
div.phoneInput input {
|
||||||
@@ -29,7 +30,6 @@ div.phoneInput input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
|
||||||
div.sidePanel {
|
div.sidePanel {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user