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 773a704 commit 14e94cdCopy full SHA for 14e94cd
src/frontend/src/pages/chat/Chat.tsx
@@ -65,7 +65,8 @@ const modalStyles: IModalStyles = {
65
minHeight: '40%',
66
padding: '20px',
67
backgroundColor: '#f3f2f1',
68
- borderRadius: '8px'
+ borderRadius: '8px',
69
+ overflowY: 'hidden'
70
},
71
root: undefined,
72
scrollableContent: {
@@ -80,7 +81,7 @@ const modalStyles: IModalStyles = {
80
81
const contentStyles = mergeStyleSets({
82
iframe: {
83
width: '100%',
- height: '500px',
84
+ height: '55vh',
85
border: 'none'
86
87
closeButton: {
0 commit comments