Merge pull request #5583 from deepaksinghgusain227/overlap-expand-icon-issue

Overlap expand icon issue
This commit is contained in:
Glenn Hermans 2022-01-11 12:55:58 +01:00 committed by GitHub
commit 0ec071674a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 27 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

@ -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;

View File

@ -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;
ul.menubar {
height: 86vh;
overflow-y: auto;
&::-webkit-scrollbar {
width: 0px !important;
}
ul.menubar {
li.menu-item {
a {
.menu-label {