fix: opensign-drive drop-down issue

This commit is contained in:
RaktimaNXG
2023-12-15 13:19:26 +05:30
parent 0b64908eab
commit 77042224a1
5 changed files with 42 additions and 30 deletions
@@ -542,6 +542,7 @@ option {
overflow-y: scroll;
}
.SelectTrigger:hover {
border: none;
outline: none;
@@ -647,12 +648,20 @@ option {
}
.dropDownStyle {
width: auto;
}
@media screen and (max-width:766px) {
.showPages {
display: none;
}
.dropdown-menu {
min-width: 0rem !important;
}
.signatureContainer {
display: flex;
flex-direction: column;
@@ -679,7 +688,7 @@ option {
#navbar {
overflow: hidden;
z-index: 99;
z-index: 49;
}
/* Navbar links */