Skip to content

Commit

Permalink
Fix oppia#17588: Scrolling Issue (oppia#18702)
Browse files Browse the repository at this point in the history
* make changes in oppia.css file

* Fixed scroll issue

* Fixed scroll issue

* fixed the scroll issue

* solved the lint checks

* Update top-navigation-bar.component.ts
  • Loading branch information
Adarsh7825 authored Aug 15, 2023
1 parent cd96197 commit 797157a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ export class TopNavigationBarComponent implements OnInit, OnDestroy {
this.sidebarStatusService.closeSidebar();
this.sidebarIsShown = this.sidebarStatusService.isSidebarShown();
this.currentWindowWidth = this.windowDimensionsService.getWidth();
this.windowRef.nativeWindow.document.body.style.overflowY = 'auto';
this.debouncerService.debounce(this.truncateNavbar, 500);
})
);
Expand Down

0 comments on commit 797157a

Please sign in to comment.