Merge pull request #5583 from deepaksinghgusain227/overlap-expand-icon-issue
Overlap expand icon issue
This commit is contained in:
commit
0ec071674a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/admin.js": "/js/admin.js?id=7b198a3eafbae9cfa49c",
|
||||
"/css/admin.css": "/css/admin.css?id=642639d26539aa93cbd0"
|
||||
"/js/admin.js": "/js/admin.js?id=5c6abf6523a851d5945d",
|
||||
"/css/admin.css": "/css/admin.css?id=60a5ed09e7683012cba6"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -584,10 +584,10 @@
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
.btn.btn-primary {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
color: $black;
|
||||
}
|
||||
// .btn.btn-primary {
|
||||
// background: rgba(255, 255, 255, 0.8);
|
||||
// color: $black;
|
||||
// }
|
||||
|
||||
.flatpickr-calendar {
|
||||
background: transparent;
|
||||
|
|
|
|||
|
|
@ -21,20 +21,6 @@ body {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #C7C7C7;
|
||||
}
|
||||
|
||||
.navbar-top {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
@ -278,13 +264,16 @@ body {
|
|||
|
||||
&.open {
|
||||
width: 200px;
|
||||
overflow-y: auto;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
ul.menubar {
|
||||
height: 86vh;
|
||||
overflow-y: auto;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 0px !important;
|
||||
}
|
||||
|
||||
li.menu-item {
|
||||
a {
|
||||
.menu-label {
|
||||
|
|
|
|||
Loading…
Reference in New Issue