mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Didn't know this can prevent accidental browser "Back" feature
This commit is contained in:
parent
cfce3c32cd
commit
61d38e2996
1 changed files with 1 additions and 0 deletions
|
@ -311,6 +311,7 @@ a.hashtag {
|
|||
scroll-snap-type: x mandatory;
|
||||
/* scroll-behavior: smooth; */
|
||||
scrollbar-width: none;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
.carousel::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue