mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Overlay the side panel on top of other content
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user