Fix scrolling bug on ticket page

On smaller screens, expanding the filter sidebar would create scrollable whitespace below the page.

Hiding the .full-container overflow seems to patch the issue, although investigation is required to find a smoother patch.
This commit is contained in:
Corban-Lee Jones 2024-01-17 11:16:05 +00:00
parent 9509bffe66
commit 88942a84ba

View File

@ -13,7 +13,7 @@
<!-- ### $App Screen Content ### -->
<main class='main-content bgc-grey-100'>
<div id='mainContent'>
<div class="full-container">
<div class="full-container" style="overflow-x: hidden;">
<div class="email-app">
<div class="email-side-nav remain-height ov-h">
<div class="h-100 layers">