Commit 38ef9b80 authored by Drini Cami's avatar Drini Cami Committed by Alejandro Celaya

Avoid showing horizontal scrollbar in sidebar

parent 77c2259f
...@@ -154,7 +154,7 @@ function HypothesisApp({ ...@@ -154,7 +154,7 @@ function HypothesisApp({
return ( return (
<div <div
className={classnames( className={classnames(
'h-full min-h-full overflow-scroll', 'h-full min-h-full overflow-auto',
// Precise padding to align with annotation cards in content // Precise padding to align with annotation cards in content
// Larger padding on bottom for wide screens // Larger padding on bottom for wide screens
'lg:pb-16 bg-grey-2', 'lg:pb-16 bg-grey-2',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment