TootBottomSheet: fix visual with preview card
This commit is contained in:
parent
b5a516ff81
commit
5325576ff4
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ const TootBottomSheet: Component = (props) => {
|
|||
.bottom-dock {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: var(--tutu-zidx-nav);
|
||||
}
|
||||
|
||||
.name :global(img) {
|
||||
|
|
Loading…
Reference in a new issue