Merge pull request #11907 from ramonlsouza/actionbutton-z-index

Fix action button appearing over userlist and dropdown
This commit is contained in:
Anton Georgiev 2021-04-06 13:26:41 -04:00 committed by GitHub
commit 1831c178e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@
@extend %text-elipsis;
@extend %highContrastOutline;
outline-style: solid;
z-index: 3;
z-index: 4;
overflow: visible;
order: 1;