File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -207,15 +207,10 @@ function addToolbarButton(toolbar) {
207207 } ) ;
208208 }
209209
210- // Add the button at the appropriate position
210+ // Add the button at the end of the toolbar
211211 if ( isNewToolbar ) {
212- // For new GitHub style, add before the last button (usually slash commands)
213- const lastButton = toolbarGroup . lastElementChild ;
214- if ( lastButton ) {
215- lastButton . before ( button ) ;
216- } else {
217- toolbarGroup . append ( button ) ;
218- }
212+ // For new GitHub style, add to the end of the toolbar
213+ toolbar . append ( button ) ;
219214 } else {
220215 // For old GitHub style, add at the end
221216 toolbarGroup . append ( button ) ;
Original file line number Diff line number Diff line change 6161 overflow : visible !important ;
6262}
6363
64- [class *= "AnchoredReviewBody-" ] {
65- overflow : visible !important ;
66- }
67-
6864[class *= "prc-Overlay-Overlay" ] {
6965 overflow : visible !important ;
7066}
You can’t perform that action at this time.
0 commit comments