fix: Dropdown overflow on cards
This commit is contained in:
parent
9bd80e41eb
commit
d08c85c997
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
box-shadow: none;
|
||||
border: 1px solid #e6e6e6;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
|
||||
.card-content {
|
||||
padding: 5px 20px 20px 20px !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue