<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
John,<br>
<br>
I will have to have another play with this. The CSS rules interact
really badly with overflow, overflow-x and overflow-y and I did it
the way I was advised to. Clearly it behaves better with an image
than it does with text.<br>
<br>
What I needed to do was make it clip in 1 direction but allow
overflow in the other.<br>
<br>
I'll put it on the list of fixes to be looked at.<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
'Named must your fear be before banish it you can.' - Yoda
<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
</pre>
</body>
</html>