TootBottomSheet: fix visual with preview card

This commit is contained in:
thislight 2024-09-14 14:28:30 +08:00
parent b5a516ff81
commit 5325576ff4

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) {