fix toolbars losing border radius when overlap the presentation

This commit is contained in:
Tainan Felipe 2018-08-14 10:30:46 -03:00
parent 8092fa1304
commit 71bd889446
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
$controls-color: $color-gray !default;
$controls-background: $color-white !default;
$toolbar-button-border-radius: 5px;
.presentationToolbarWrapper,
.zoomWrapper {
@ -16,6 +17,7 @@ $controls-background: $color-white !default;
position: absolute;
bottom: .8rem;
box-shadow: 0 0 10px -2px rgba(0, 0, 0, .25);
border-radius: $toolbar-button-border-radius;
align-self: center;
justify-content: center;
z-index: 1;

View File

@ -34,6 +34,7 @@ $toolbar-list-color: $color-gray;
align-items: center;
justify-content: center;
box-shadow: $toolbar-box-shadow;
border-radius: $toolbar-button-border-radius;
pointer-events: all;
.buttonWrapper > .toolbarButton {