mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-17 05:58:21 +00:00
added parent class to scrollbar d-none to prevent style getting inherited into container (#10511)
This commit is contained in:
parent
10dba6f0ca
commit
fdbeb5612d
1 changed files with 4 additions and 2 deletions
|
|
@ -45,8 +45,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar{
|
||||
display: none;
|
||||
#tooljet-drawer-root{
|
||||
::-webkit-scrollbar{
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.drawer-container.in.open {
|
||||
|
|
|
|||
Loading…
Reference in a new issue