Fix Firefox positioning bug #907. (#976)

This commit is contained in:
jimmaaay 2018-01-03 21:08:54 +00:00 committed by Caleb
parent 39ffe47ca6
commit 6fca83c81b
2 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,6 @@
& input {
background-color: #eff0f4;
border-radius: var(--borderRadius);
font-size: 14px;
padding: 10px 6px 10px 32px;
width: 100%;
@ -37,8 +36,13 @@
& .nc-icon {
position: absolute;
top: 0;
left: 6px;
z-index: 2;
height: 100%;
display: flex;
align-items: center;
pointer-events: none;
}
}

View File

@ -19,6 +19,7 @@
@apply(--dropShadowDeep);
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
border-radius: 50%;