We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa076b commit 723295dCopy full SHA for 723295d
README.md
@@ -146,14 +146,13 @@ cards:
146
show_header: false
147
styles: |-
148
#root {
149
- /* Optional, best for pop-ups with no scroll */
150
- height: fit-content !important;
+ height: unset !important;
+ max-height: 100% !important
151
}
152
.bubble-pop-up-container {
153
- /* Only recommended if using ha-card elements instead of Bubble Card elements */
+ /* Removing side padding if using ha-card elements instead of Bubble Card elements */
154
padding-left: 0 !important;
155
padding-right: 0 !important;
156
- /* Optional, use with height: fit-content above to fix display issues */
157
padding-bottom: 64px !important;
158
159
- type: custom:bubble-card
0 commit comments