Added “overscroll-behavior: contain;” to “#summary” to avoid page scrolling when one scrolls the guide menu
This commit is contained in:
parent
83614a5553
commit
9394c0cb29
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ a:active {
|
|||
padding: 0;
|
||||
padding-right: 5pt;
|
||||
overflow: auto;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
#summary a {
|
||||
color: #539CDD;
|
||||
|
|
Loading…
Reference in a new issue