fix(polling): invisible quick poll dropdown
This commit is contained in:
parent
98e280c275
commit
dac9b5b1f6
@ -840,6 +840,7 @@ class Presentation extends PureComponent {
|
||||
height: svgDimensions.height < 0 ? 0 : svgDimensions.height,
|
||||
textAlign: 'center',
|
||||
display: !presentationIsOpen ? 'none' : 'block',
|
||||
zIndex: 1,
|
||||
}}
|
||||
id="presentationInnerWrapper"
|
||||
>
|
||||
|
@ -161,6 +161,7 @@ const PresentationToolbar = styled.div`
|
||||
order: 2;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: 2;
|
||||
`;
|
||||
|
||||
const ToastSeparator = styled(ToastStyled.Separator)``;
|
||||
|
Loading…
Reference in New Issue
Block a user