TootBottomSheet: fix visual with preview card
This commit is contained in:
parent
7a04598375
commit
581d2d456e
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