Skip to content

Commit

Permalink
fix(controls): Remove controls wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingze Xiao committed Mar 26, 2020
1 parent e6985a1 commit 24cb14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/lib/Controls.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.bp-controls {
position: absolute;
bottom: 25px;
left: 50%;
display: flex;
background: fade-out($twos, .05);
border-radius: 3px;
transform: translateX(-50%);
opacity: 0;
transition: opacity .5s;

Expand Down
1 change: 0 additions & 1 deletion src/lib/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ $header-height: 48px;
display: flex;
flex: 1 1 auto;
align-items: center;
justify-content: center;
outline: none;
}

Expand Down

0 comments on commit 24cb14d

Please sign in to comment.