added parent class to scrollbar d-none to prevent style getting inherited into container (#10511)

This commit is contained in:
Kartik Gupta 2024-07-31 09:44:32 +05:30 committed by GitHub
parent 10dba6f0ca
commit fdbeb5612d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,8 +45,10 @@
} }
} }
::-webkit-scrollbar{ #tooljet-drawer-root{
display: none; ::-webkit-scrollbar{
display: none !important;
}
} }
.drawer-container.in.open { .drawer-container.in.open {