mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove height/width to fix safari issue (#43668)
This commit is contained in:
parent
2aad6e57c0
commit
c509c32091
@ -158,8 +158,6 @@ const getStyles = (theme: GrafanaTheme2, markerWidth = 0, popperWidth = 0) => {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: ${theme.colors.emphasize(theme.colors.background.secondary, 0.03)};
|
background-color: ${theme.colors.emphasize(theme.colors.background.secondary, 0.03)};
|
||||||
|
Loading…
Reference in New Issue
Block a user