Skip to content

Commit 8d4524d

Browse files
maze-runnarsnitin315iamareebjamal
authored
fix: add overflow to notify-modal (#5319)
Co-authored-by: Nitin Kumar <[email protected]> Co-authored-by: Areeb Jamal <[email protected]>
1 parent 7971c4a commit 8d4524d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/modals/session-notify-modal.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="header">
33
{{t 'Notify Speakers'}}
44
</div>
5-
<div class="content">
5+
<div class="content y-scrollable" style="height:400px">
66
{{#if this.loading}}
77
<div class="ui active inverted dimmer">
88
<div class="ui text loader"></div>

0 commit comments

Comments
 (0)