TootBottomSheet: fix visual with preview card

This commit is contained in:
thislight 2024-09-14 14:28:30 +08:00
parent 7a04598375
commit 581d2d456e
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -164,6 +164,7 @@ const TootBottomSheet: Component = (props) => {
.bottom-dock { .bottom-dock {
position: sticky; position: sticky;
bottom: 0; bottom: 0;
z-index: var(--tutu-zidx-nav);
} }
.name :global(img) { .name :global(img) {