[#339] fixed broken markup on /readinglist page (#435)

This commit is contained in:
Mark Frost 2018-12-10 23:23:38 +05:00 committed by Ben Halpern
parent 339c2ffa62
commit bb5a999a91

View file

@ -1039,7 +1039,7 @@
padding-bottom:5px;
&.body-scrollable{
height: calc(100vh - 300px);
max-height: 500px;
max-height: 390px;
overflow-y: scroll;
}
&.signup-cta-widget-body{