@@ -375,12 +375,10 @@ export default {
}
.scroll-box-overflow {
- height: 300px;
- overflow-y: auto;
- scrollbar-width: none;
- -ms-overflow-style: none;
+ scrollbar-width: none !important;
+ -ms-overflow-style: none !important;
::-webkit-scrollbar {
- display: none;
+ display: none !important;
</style>