kopia lustrzana https://github.com/cheeaun/phanpy
Testing another thing
rodzic
0bef245c83
commit
bec531df05
29
src/app.css
29
src/app.css
|
@ -1322,6 +1322,35 @@ ul.link-list li a .icon {
|
|||
}
|
||||
}
|
||||
|
||||
/* COLUMNS */
|
||||
|
||||
#columns {
|
||||
display: flex;
|
||||
width: 100vw;
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
scroll-snap-type: x mandatory;
|
||||
scroll-behavior: smooth;
|
||||
scrollbar-width: none;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
#columns::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
#columns > * {
|
||||
overscroll-behavior: auto;
|
||||
scroll-snap-align: left;
|
||||
scroll-snap-stop: always;
|
||||
position: static !important;
|
||||
opacity: 1 !important;
|
||||
content-visibility: auto !important;
|
||||
pointer-events: auto !important;
|
||||
user-select: auto !important;
|
||||
/* background-color: var(--bg-color); */
|
||||
flex-basis: min(100vw, 480px);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* OTHERS */
|
||||
|
||||
@media (min-width: 40em) {
|
||||
|
|
Ładowanie…
Reference in New Issue