mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Make thumbnail position sticky
This commit is contained in:
parent
5aeafa9784
commit
db3b827ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ img.qr {
|
|||
max-width: unset;
|
||||
}
|
||||
|
||||
#thumbnail-container {width: 100%;height: 100vh;}
|
||||
#thumbnail-container {width: 100%;height: 100vh;position: sticky;top: 0;}
|
||||
|
||||
.thumbnail {
|
||||
max-height: 100vh;
|
||||
|
|
|
|||
Loading…
Reference in a new issue