mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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{
|
#tooljet-drawer-root{
|
||||||
display: none;
|
::-webkit-scrollbar{
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer-container.in.open {
|
.drawer-container.in.open {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue