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:
parent
9509bffe66
commit
88942a84ba
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user