<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I think I've found a better solution.<br>
Comment out those changes in local.css, then edit swish2.css and
comment out this line-height setting (shown in context):<br>
<br>
<tt>#logo {</tt><tt><br>
</tt><tt> float: right;</tt><tt><br>
</tt><tt> height: 60px;</tt><tt><br>
</tt><b><tt> /* line-height: 60px; */</tt></b><tt><br>
</tt><tt> padding-left: 25px;</tt><tt><br>
</tt><tt> padding-right: 20px;</tt><tt><br>
</tt><tt> text-decoration: none;</tt><tt><br>
</tt><tt> font-weight: bold;</tt><tt><br>
</tt><tt> color: #a5abb0;</tt><tt><br>
</tt><tt> font-size: 3.5em;</tt><tt><br>
</tt><tt> text-shadow: 1px 1px 0px #fbfbfb;</tt><tt><br>
</tt><tt> max-width: 270px;</tt><tt><br>
</tt><tt> overflow-y: visible;</tt><tt><br>
</tt><tt>}</tt><br>
<br>
Be very careful to ensure your browser does actually re-read the CSS
(most cache it far too aggressively) and you will hopefully find
that fixes it.<br>
I have tried it on a Mac with Safari / Chrome / Firefox and on
Windows 10 with IE / Edge / Edgium / Chrome / Firefox.<br>
<br>
The only place it doesn't work nicely is Edge if you use an image.<br>
Otherwise it appears to work in all the above with either text or an
image.<br>
<br>
So it's an improvement on the previous version. :-)<br>
<br>
Cheers,<br>
Jules.<br>
<br>
<div class="moz-cite-prefix">On 28/03/2019 9:07 pm, John Thurston
via ZendTo wrote:<br>
</div>
<blockquote type="cite"
cite="mid:WM!9c07e8a091440e5297d7fe60533efe71aa7f306efd444d5aa916c07347430c2fdf3d1e57bdf0b391c11095ddd5fb22a7!@mx.jul.es"><br>
On 3/28/2019 12:49 PM, John Thurston via ZendTo wrote:
<br>
<blockquote type="cite">I think the simplest way to solve my
problem (so all the edits are to a single file) will be to
modify swish2.css to
<br>
Change "overflow-y: hidden;" in #logo
<br>
and to
<br>
Add "overflow-y: inherit;" to #logoxclip
<br>
</blockquote>
<br>
K. I looked in swish2.css and found the admonition to leave it
alone, so I've made the following additions to
/opt/zendto/www/css/local.css
<br>
<br>
<br>
#logo {
<br>
overflow-y: hidden;
<br>
}
<br>
<br>
#logoxclip {
<br>
overflow-y: inherit;
<br>
}
<br>
<br>
<br>
<br>
And that crazy little scroll bar is gone.
<br>
<br>
--
<br>
Do things because you should, not just because you can.
<br>
<br>
John Thurston 907-465-8591
<br>
<a class="moz-txt-link-abbreviated" href="mailto:John.Thurston@alaska.gov">John.Thurston@alaska.gov</a>
<br>
Department of Administration
<br>
State of Alaska
<br>
<br>
_______________________________________________
<br>
ZendTo mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<br>
<a class="moz-txt-link-freetext" href="http://jul.es/mailman/listinfo/zendto">http://jul.es/mailman/listinfo/zendto</a>
<br>
</blockquote>
<br>
<pre class="moz-signature" cols="72">Jules
--
Julian Field MEng CEng CITP MBCS MIEEE MACM
'Every morning when I wake,
Dear Lord, a little prayer I make,
O please do keep Thy lovely eye
On all poor creatures born to die
And every evening at sun-down
I ask a blessing on the town,
For whether we last the night or no
I'm sure is always touch-and-go.
We are not wholly bad or good
Who live our lives under Milk Wood,
And Thou, I know, wilt be the first
To see our best side, not our worst.
O let us see another day!
Bless us all this night, I pray,
And to the sun we all will bow
And say, good-bye - but just for now!'
- Dylan Thomas
<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
</pre>
</body>
</html>