diff options
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/main_panel/main_panel.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/main_panel/main_panel.less b/ui/app/components/main_panel/main_panel.less index c530ea8..8b53d5c 100644 --- a/ui/app/components/main_panel/main_panel.less +++ b/ui/app/components/main_panel/main_panel.less @@ -71,6 +71,7 @@ border-bottom-left-radius: @accounts-corner - 1; z-index: 100; display: flex; + display: -webkit-flex; &:hover { background-color: #555; } |