mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-12-04 07:28:35 +01:00
fixed the bsky embed showing a horizontal scrollbar on chromium
This commit is contained in:
parent
9a927ea05e
commit
3b74ff54b6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<div class="row justify-content-center socials">
|
||||
<div class="col-auto" style="padding: 10px;">
|
||||
<div style="width: 350px; height: 600px; overflow: scroll;">
|
||||
<div style="width: 350px; height: 600px; overflow-y: scroll;">
|
||||
<script src="https://cdn.jsdelivr.net/npm/bsky-embed/dist/bsky-embed.es.js" async></script>
|
||||
<bsky-embed username="tinylifegame.bsky.social" mode="dark" limit="10" load-more="true"></bsky-embed>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue