We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ee9b6 commit fe9aae5Copy full SHA for fe9aae5
side-panel-dialog.html
@@ -60,7 +60,7 @@
60
box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
61
transform: translateX(100%);
62
transition: transform 0.1s cubic-bezier(0.2, 0, 0.38, 0.9);
63
- max-height: inherit; /* Default is calc(100% - 2em - 6px) */
+ max-height: none; /* Default is calc(100% - 2em - 6px) */
64
}
65
66
dialog::backdrop {
0 commit comments