fix toolbars losing border radius when overlap the presentation
This commit is contained in:
parent
8092fa1304
commit
71bd889446
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user