|
|
@ -65,7 +65,7 @@ main { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.nc-scrollbar-md { |
|
|
|
.nc-scrollbar-md { |
|
|
|
overflow-y: scroll; |
|
|
|
overflow-y: auto !important; |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-x: hidden; |
|
|
|
scrollbar-width: thin !important; |
|
|
|
scrollbar-width: thin !important; |
|
|
|
|
|
|
|
|
|
|
@ -89,7 +89,7 @@ main { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.nc-scrollbar-lg { |
|
|
|
.nc-scrollbar-lg { |
|
|
|
overflow-y: scroll; |
|
|
|
overflow-y: auto !important; |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-x: hidden; |
|
|
|
scrollbar-width: thin !important; |
|
|
|
scrollbar-width: thin !important; |
|
|
|
|
|
|
|
|
|
|
@ -113,7 +113,7 @@ main { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.nc-scrollbar-x-md { |
|
|
|
.nc-scrollbar-x-md { |
|
|
|
overflow-x: scroll; |
|
|
|
overflow-x: auto !important; |
|
|
|
scrollbar-width: thin !important; |
|
|
|
scrollbar-width: thin !important; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -141,7 +141,7 @@ main { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.nc-scrollbar-dark-md { |
|
|
|
.nc-scrollbar-dark-md { |
|
|
|
overflow-y: scroll; |
|
|
|
overflow-y: auto !important; |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-x: hidden; |
|
|
|
scrollbar-width: thin !important; |
|
|
|
scrollbar-width: thin !important; |
|
|
|
|
|
|
|
|
|
|
@ -174,7 +174,7 @@ main { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.nc-scrollbar-x-md-dark { |
|
|
|
.nc-scrollbar-x-md-dark { |
|
|
|
overflow-x: scroll; |
|
|
|
overflow-x: auto !important; |
|
|
|
scrollbar-width: thin !important; |
|
|
|
scrollbar-width: thin !important; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -204,7 +204,7 @@ main { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.nc-scrollbar-x-lg { |
|
|
|
.nc-scrollbar-x-lg { |
|
|
|
overflow-x: scroll; |
|
|
|
overflow-x: auto !important; |
|
|
|
|
|
|
|
|
|
|
|
&::-webkit-scrollbar { |
|
|
|
&::-webkit-scrollbar { |
|
|
|
width: 8px; |
|
|
|
width: 8px; |
|
|
|