Skip to content

Commit

Permalink
Fix Firefox positioning bug #907. (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmaaay authored and tech4him1 committed Jan 3, 2018
1 parent 39ffe47 commit 6fca83c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Collection/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
& input {
background-color: #eff0f4;
border-radius: var(--borderRadius);

font-size: 14px;
padding: 10px 6px 10px 32px;
width: 100%;
Expand All @@ -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;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/components/UI/Toggle/Toggle.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
@apply(--dropShadowDeep);
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
border-radius: 50%;
Expand Down

0 comments on commit 6fca83c

Please sign in to comment.