mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
[archive] Get a working version of sticky shopkeeper
This commit is contained in:
parent
0ce5c02dae
commit
3abd1b8126
1 changed files with 4 additions and 4 deletions
|
|
@ -164,7 +164,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="container section">
|
||||
<div class="container section" style="position: relative;">
|
||||
<div class="heading-card">
|
||||
<span>What's in stock?</span>
|
||||
<button id="open-shop">
|
||||
|
|
@ -178,9 +178,7 @@
|
|||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="shop-stand">
|
||||
<div class="shop-stand" style="position:sticky; bottom:0px;">
|
||||
<img id="shopkeeper" src="" alt="shopkeeper" />
|
||||
<div class="shop-ledge"></div>
|
||||
<div class="shop-counter">
|
||||
|
|
@ -192,6 +190,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
<!-- Intentionally loaded last -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue