remove pointer events on the invisible tabsSidebar
so that it doesn't block the scrollbar
This commit is contained in:
parent
74e8cb5eae
commit
78b05a3bed
1 changed files with 1 additions and 0 deletions
|
@ -3516,6 +3516,7 @@ footer {
|
|||
left: -55px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.test {
|
||||
|
|
Loading…
Reference in a new issue