File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 413413 "description" : {
414414 "message" : " Description"
415415 },
416+ "disableSidebarScroll" : {
417+ "message" : " Disable sidebar scroll"
418+ },
416419 "description_ext" : {
417420 "message" : " YouTube, tidy & smart? Supercharge YouTube! Give it strong features, filter only the videos you want & exactly the look you like"
418421 },
Original file line number Diff line number Diff line change @@ -287,6 +287,17 @@ html[data-page-type=video][it-no-page-margin='true'] ytd-browse > ytd-two-column
287287 max-width : auto !important ;
288288}
289289
290+ /*--------------------------------------------------------------
291+ # DISABLE SIDEBAR SCROLL
292+ --------------------------------------------------------------*/
293+ html [data-page-type = video ][it-disable-sidebar-scroll = 'true' ]: not ([it-comments-sidebar = 'true' ]) # secondary ,
294+ html [data-page-type = video ][it-disable-sidebar-scroll = 'true' ]: not ([it-comments-sidebar = 'true' ]) # secondary-inner {
295+ position : static !important ;
296+ overflow-y : visible !important ;
297+ max-height : none !important ;
298+ height : auto !important ;
299+ }
300+
290301/*--------------------------------------------------------------
291302# MOVE SIDEBAR LEFT
292303--------------------------------------------------------------*/
Original file line number Diff line number Diff line change @@ -1124,6 +1124,10 @@ extension.skeleton.main.layers.section.appearance.on.click.sidebar = {
11241124 component : "switch" ,
11251125 text : 'hidePlaylist'
11261126 } ,
1127+ disable_sidebar_scroll : {
1128+ component : "switch" ,
1129+ text : "disableSidebarScroll"
1130+ } ,
11271131 hide_sidebar : {
11281132 component : "switch" ,
11291133 text : 'Hide_sidebar'
You can’t perform that action at this time.
0 commit comments