Skip to content

Commit 4ec9445

Browse files
fix(stream): Fix position of global actions' popup on mobile
1 parent 89624ce commit 4ec9445

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/assets/stylesheets/layouts/popup.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
transform: none;
2020
}
2121

22+
.popup__container--top {
23+
margin-bottom: 0;
24+
}
25+
2226
.layout--connected .popup__container {
2327
bottom: var(--layout-header-height);
2428
}

0 commit comments

Comments
 (0)