From d08c85c997b85cc361ced2d1732ec94b56060b91 Mon Sep 17 00:00:00 2001 From: Ronan Date: Sun, 16 Feb 2020 12:05:57 +0100 Subject: [PATCH] fix: Dropdown overflow on cards --- CHANGELOG.md | 3 +++ plugin.json | 2 +- stylesheets/components/_card.less | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2a1ae..6fbf974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,6 @@ - Write documentation, description and FAQ. - Change the style of the search bar (QuickAccess) - Change the style of the small buttons at the top of the dashboard. + +## v1.0.1 +Fix: Overflow hidden property on cards cause problems with dropdown \ No newline at end of file diff --git a/plugin.json b/plugin.json index 3f52dce..de644ef 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "GoogleTheme", "description": "A sublime Google Analytics theme for Matomo", - "version": "1.0.0", + "version": "1.0.1", "theme": true, "require": { "piwik": ">=3.13.1-stable,<4.0.0-b1" diff --git a/stylesheets/components/_card.less b/stylesheets/components/_card.less index e46b831..d60f34a 100644 --- a/stylesheets/components/_card.less +++ b/stylesheets/components/_card.less @@ -3,7 +3,6 @@ box-shadow: none; border: 1px solid #e6e6e6; border-radius: 8px; - overflow: hidden; .card-content { padding: 5px 20px 20px 20px !important;