Skip to content

Commit fe9aae5

Browse files
authored
1 parent 17ee9b6 commit fe9aae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

side-panel-dialog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
6161
transform: translateX(100%);
6262
transition: transform 0.1s cubic-bezier(0.2, 0, 0.38, 0.9);
63-
max-height: inherit; /* Default is calc(100% - 2em - 6px) */
63+
max-height: none; /* Default is calc(100% - 2em - 6px) */
6464
}
6565

6666
dialog::backdrop {

0 commit comments

Comments
 (0)