Hide overflow only on .ps-container
This commit is contained in:
parent
f7dbb9b485
commit
6af7500d6b
@ -69,6 +69,8 @@ $ps-bar-hover: #999;
|
||||
}
|
||||
|
||||
.ps-container {
|
||||
overflow: hidden !important;
|
||||
|
||||
&.ps-active-x > .ps-scrollbar-x-rail,
|
||||
&.ps-active-y > .ps-scrollbar-y-rail {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user