Well, I added the following but it adds a margin to the info area on non
_canonical_uri tiddlers that isn't desirable. I guess it will work for now
as a workaround but if anyone has any other suggestions?

html .tc-tiddler-info {
    margin: 0 -42px 92px -42px;
}


On Sun, Dec 28, 2014 at 11:56 PM, andrew harrison <
[email protected]> wrote:

> Hold the boat folks, nothing is ever as simple as it seems. It seems as
> though I broke the expanding info section. Hacking this beautiful work of
> art is like trying to modify a Rembrandt with a toothbrush. I have to admit
> that when I get an idea that seams simple at first with Tiddlywiki 5, it
> really isn't. Please offer any suggestions. Thanks.
>
> On Sun, Dec 28, 2014 at 11:42 PM, andrew harrison <
> [email protected]> wrote:
>
>> Check out my _canonical_uri Example
>> <http://t5a.tiddlyspot.com/#_canonical_uri%20Example> that fills the
>> entire tiddler.
>>
>> On Sun, Dec 28, 2014 at 11:38 PM, andrew harrison <
>> [email protected]> wrote:
>>
>>> Nevermind, I figured it out. I was trying to expand the _canonical_uri
>>> to fill the entire tiddler and then z-index the tc-tiddler-controls above
>>> it and I inadvertently killed the drop down. After expanding the iframe
>>> from the external viewer, I had to restyle the tiddler controls with the
>>> following in order to make sure I wasn't affecting the edit controls:
>>>
>>> html div.tc-titlebar > span.tc-tiddler-controls {
>>>      position: absolute;
>>>      right: 85px;
>>>      z-index: 1;
>>> }
>>>
>>>
>>> On Sun, Dec 28, 2014 at 9:06 PM, andrew harrison <
>>> [email protected]> wrote:
>>>
>>>> Hey all, somehow I broke my drop down for my tiddler controls and I
>>>> can't figure out how to fix it. At times I can come up with some really
>>>> complex stuff and then something like this stumps me. My site is at
>>>> t5a.tiddlyspot.com. I was working on my _canonical_uri Example and
>>>> somehow I seem to have caused it to stop showing. All I get is a little
>>>> sliver of the drop down when I hit the more button. All I was trying to do
>>>> was expand the _canonical_uri Example to fill the entire tiddler and then
>>>> make the tiddler controls appear above it. The top toolbar more button
>>>> works just fine. Anyone?
>>>>
>>>
>>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to