Remove height/width to fix safari issue (#43668)

This commit is contained in:
Ashley Harrison 2022-01-04 15:55:34 +00:00 committed by GitHub
parent 2aad6e57c0
commit c509c32091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,8 +158,6 @@ const getStyles = (theme: GrafanaTheme2, markerWidth = 0, popperWidth = 0) => {
border-radius: 4px;
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
&:hover {
background-color: ${theme.colors.emphasize(theme.colors.background.secondary, 0.03)};