File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 86
86
margin-top : 0 ;
87
87
padding : 10px @grid-gutter-width 10px (@grid-gutter-width / 2 );
88
88
}
89
+
90
+ textarea {
91
+ resize : vertical ; // so the textarea cannot be resized wider than the popup
92
+ }
89
93
}
90
94
91
95
.origin-modal-popup-backdrop.modal-backdrop {
Original file line number Diff line number Diff line change @@ -415,6 +415,9 @@ div.hopscotch-bubble .hopscotch-nav-button.prev {
415
415
margin-top : 0 ;
416
416
padding : 10px 40px 10px 20px ;
417
417
}
418
+ .origin-modal-popup textarea {
419
+ resize : vertical;
420
+ }
418
421
.origin-modal-popup-backdrop .modal-backdrop {
419
422
background-color : transparent;
420
423
cursor : not-allowed;
Original file line number Diff line number Diff line change 86
86
margin-top : 0 ;
87
87
padding : 10px @grid-gutter-width 10px (@grid-gutter-width / 2 );
88
88
}
89
+
90
+ textarea {
91
+ resize : vertical ; // so the textarea cannot be resized wider than the popup
92
+ }
89
93
}
90
94
91
95
.origin-modal-popup-backdrop.modal-backdrop {
You can’t perform that action at this time.
0 commit comments