Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1795: Expand Icon Showing over Tooltip #415

Merged
merged 2 commits into from Jul 19, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
adjusted indices to suggestions
  • Loading branch information
tdtnguyen committed Jul 18, 2019
commit 93e741b5b6e7ad2fb6a4f50ec3b205e34312a997
@@ -22,7 +22,7 @@
padding: 6px 40px 7px 16px;
position: relative;
top: 20px;
z-index: 5;
z-index: 30;
&.toast {
top: -16px;
padding-right: 16px
@@ -23,7 +23,7 @@
background-color: $mystic;
text-align: center;
position: absolute;
z-index: 100;
z-index: 20;
box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.2);
box-sizing: border-box;
&:after {
ProTip! Use n and p to navigate between commits in a pull request.