Make thumbnail position sticky

This commit is contained in:
Nicholas Jitkoff 2022-06-15 08:16:35 -07:00
parent 5aeafa9784
commit db3b827ee4

View file

@ -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;