remove top: -1

This commit is contained in:
Ashley Harrison
2022-12-05 12:06:36 +00:00
parent b12d5d60ad
commit 62c946dd94
@@ -17,7 +17,7 @@ import { Header } from './CalendarHeader';
export const getStyles = (theme: GrafanaTheme2, isReversed = false) => {
return {
container: css`
top: -1px;
top: 0px;
position: absolute;
${isReversed ? 'left' : 'right'}: 544px;
box-shadow: ${theme.shadows.z3};