Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit a7ba7c3

Browse files
Zyntondmo-odoo
authored andcommitted
[FIX] Template: ensure an overflow on the template container
This is important for mass mailing as otherwise the template picker doesn't have a scrollbar and there are templates that can't be selected.
1 parent 16f94e6 commit a7ba7c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-template/assets/Template.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jw-templates {
88
background-color: #ffffff;
99
padding: 3px;
1010
display: block;
11+
overflow: auto;
1112
}
1213
jw-templates ~ * {
1314
display: none !important;

0 commit comments

Comments
 (0)