Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
MM-14872 - Updating autocomplete positioning (mattermost#2645)
Browse files Browse the repository at this point in the history
Updating team sidebar flex
  • Loading branch information
asaadmahmood authored and hanzei committed Apr 24, 2019
1 parent ce144af commit d7b38d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sass/layout/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
.post-create__container {
@include flex(0 0 auto);
width: 100%;
z-index: 7;
z-index: 10;

label {
font-weight: normal;
Expand Down
2 changes: 1 addition & 1 deletion sass/responsive/_mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@
display: none;

&.move--right {
display: block;
display: flex;
@include translate3d(0, 0, 0);
}
}
Expand Down

0 comments on commit d7b38d2

Please sign in to comment.