fix: Dropdown overflow on cards

This commit is contained in:
Ronan 2020-02-16 12:05:57 +01:00
commit d08c85c997
3 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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"

View file

@ -3,7 +3,6 @@
box-shadow: none;
border: 1px solid #e6e6e6;
border-radius: 8px;
overflow: hidden;
.card-content {
padding: 5px 20px 20px 20px !important;