Suppress scroll-anchoring in the sidebar (#992)
This commit is contained in:
parent
7293744a5e
commit
d199c05e97
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ Custom SCSS for the Matrix spec
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Styles for the sidebar nav */
|
/* Styles for the sidebar nav */
|
||||||
|
.td-sidebar {
|
||||||
|
/* don't attempt to use the sidebar (or things in it) as a scroll anchor. */
|
||||||
|
overflow-anchor: none;
|
||||||
|
}
|
||||||
|
|
||||||
.td-sidebar-nav {
|
.td-sidebar-nav {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue