Put the following code in your stylesheet:

*.tc-tiddler-edit-frame { z-index: 1000 !important; }*

When a tiddler goes in draft mode, it will have this class automatically 
included. Putting the edit-frame to a z-index of 1000 should keep it above 
any other tiddlers in view mode with z-indexes around 200. 

On Wednesday, July 14, 2021 at 3:28:11 AM UTC-7 miket...@gmail.com wrote:

> and how can I do it?
>
> среда, 14 июля 2021 г. в 03:32:14 UTC+3, Brian Radspinner: 
>
>> Try bumping up the z-index of the tiddler being edited:
>>
>> .tc-tiddler-edit-frame { z-index: 1000 !important; }
>>
>> The tiddler being edited will have a higher much higher z-index than all 
>> the other tiddlers still in view mode with z-index around 200.
>>
>> On Tuesday, July 13, 2021 at 3:14:44 PM UTC-7 miket...@gmail.com wrote:
>>
>>> "I believe  z index of 1000"
>>> No, there is already 1000 in the parent element.
>>>
>>> ------
>>> Let's take a look at the other side.
>>>
>>> /* TAG SELECTOR */
>>> .tc-block-tags-dropdown{
>>>     white-space: normal;
>>>     min-width: 620px !important;
>>>     }
>>> .tc-block-tags-dropdown a {
>>>     display: inline-block !important;
>>>     padding: 4px 4px 4px 4px !important;
>>>     }
>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>    position: sticky;
>>>    height: 30em;
>>>    overflow-y: auto;
>>> }
>>> Almost not bad, but the first line of the first tag is always twitching.
>>> https://i.imgur.com/aYCj77Z.jpg
>>> https://i.imgur.com/uRy5uDx.jpg
>>> Maybe try to get rid of this?
>>> I fiddled with the CSS for a long time, but nothing came of it better. 
>>> Any ideas?
>>>
>>> среда, 14 июля 2021 г. в 00:58:50 UTC+3, TW Tones: 
>>>
>>>> I believe  z index of 1000 or 1500 should stop this. 
>>>>
>>>> Tones
>>>>
>>>> On Wednesday, 14 July 2021 at 03:07:30 UTC+10 Brian Radspinner wrote:
>>>>
>>>>> I don't think that simple CSS can solve this, since each tiddler frame 
>>>>> is given a higher z-index as you go up the story river; so no matter what 
>>>>> you set, each child will overlap all the tiddler elements farther down 
>>>>> the 
>>>>> river. You may have to just size the menu to not overlap with the story 
>>>>> river, give the width a % to re-size with the window.
>>>>> On Tuesday, July 13, 2021 at 1:03:15 AM UTC-7 miket...@gmail.com 
>>>>> wrote:
>>>>>
>>>>>> https://i.imgur.com/Q1wXDdQ.jpg
>>>>>> Turn on Sticky titles 
>>>>>> <https://tiddlywiki.com/#%24%3A%2Fthemes%2Ftiddlywiki%2Fvanilla%2Foptions%2Fstickytitles>
>>>>>>   
>>>>>> -  yes 
>>>>>>
>>>>>> /* TAG SELECTOR */
>>>>>>
>>>>>> .tc-block-tags-dropdown{
>>>>>>     white-space: normal;
>>>>>>     min-width: 620px !important;
>>>>>>     }
>>>>>> .tc-block-tags-dropdown a {
>>>>>>     display: inline-block !important;
>>>>>>     padding: 4px 4px 4px 4px !important;
>>>>>>     }
>>>>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>>>>    position: fixed;
>>>>>>    top: 100px;
>>>>>>    right: 40px;
>>>>>>    bottom: 200px;
>>>>>>    width: 30em;
>>>>>>    overflow-y: auto;
>>>>>> }
>>>>>>
>>>>>>
>>>>>>
>>>>>> вторник, 13 июля 2021 г. в 03:15:23 UTC+3, Brian Radspinner: 
>>>>>>
>>>>>>> That's interesting. Testing at TW.com and in my own TW, the menu 
>>>>>>> floats above other tiddlers.
>>>>>>>
>>>>>>> Do you have any other CSS positioning for .tc-tiddler-frame, 
>>>>>>> .tc-tiddler-view-frame, or .tc-tiddler-edit-frame?
>>>>>>>
>>>>>>>
>>>>>>> On Monday, July 12, 2021 at 4:43:01 PM UTC-7 miket...@gmail.com 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Everything would be fine, but I discovered a new problem. This tags 
>>>>>>>> window is covered by other entries. It can be fixed? I've experimented 
>>>>>>>> with 
>>>>>>>> z-index but to no avail.
>>>>>>>> https://i.imgur.com/CZOVn6A.jpg
>>>>>>>> воскресенье, 11 июля 2021 г. в 16:48:00 UTC+3, Mike Andyl: 
>>>>>>>>
>>>>>>>>> or even overflow-y: auto;
>>>>>>>>>
>>>>>>>>> воскресенье, 11 июля 2021 г. в 14:37:08 UTC+3, Mike Andyl: 
>>>>>>>>>
>>>>>>>>>> and may be add *overflow: scroll;*  :))
>>>>>>>>>> воскресенье, 11 июля 2021 г. в 14:30:31 UTC+3, Mike Andyl: 
>>>>>>>>>>
>>>>>>>>>>> I don't know why your post was deleted. Possibly a spam error! I 
>>>>>>>>>>> also had this a couple of days ago :(
>>>>>>>>>>> You wrote about CSS
>>>>>>>>>>>
>>>>>>>>>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>>>>>>>>>    position: fixed;
>>>>>>>>>>>    top: 0;
>>>>>>>>>>>    right: 0;
>>>>>>>>>>>    bottom: 0;
>>>>>>>>>>>    width: 30em;
>>>>>>>>>>> }
>>>>>>>>>>>
>>>>>>>>>>> I changed and now I really like it!
>>>>>>>>>>>
>>>>>>>>>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>>>>>>>>>    position: fixed;
>>>>>>>>>>>    top: 100px;
>>>>>>>>>>>    right: 40px;
>>>>>>>>>>>    bottom: 200px;
>>>>>>>>>>>    width: 30em;
>>>>>>>>>>> }
>>>>>>>>>>>
>>>>>>>>>>> Now you can just poke at the tags, the already selected ones are 
>>>>>>>>>>> hidden and do not distract, and the window does not jump. And you 
>>>>>>>>>>> don't 
>>>>>>>>>>> have to search again every time.
>>>>>>>>>>> Not bad and very convenient!
>>>>>>>>>>>
>>>>>>>>>>> воскресенье, 11 июля 2021 г. в 02:56:13 UTC+3, Mike Andyl: 
>>>>>>>>>>>
>>>>>>>>>>>> Okay, but the last problem remains. 
>>>>>>>>>>>> How to make *popup **tag-picker *not move after clicking on 
>>>>>>>>>>>> the tag, only in the vertical direction. It doesn't have to jump 
>>>>>>>>>>>> to a 
>>>>>>>>>>>> different place every time!
>>>>>>>>>>>> This is how it works
>>>>>>>>>>>> http://tw5magick.tiddlyspot.com/
>>>>>>>>>>>>
>>>>>>>>>>>> This is very convenient when you do not need to search for the 
>>>>>>>>>>>> next tag every time. It is strange that such an important part is 
>>>>>>>>>>>> in such a 
>>>>>>>>>>>> terrible state!
>>>>>>>>>>>>
>>>>>>>>>>>> воскресенье, 11 июля 2021 г. в 02:29:12 UTC+3, David Gifford: 
>>>>>>>>>>>>
>>>>>>>>>>>>> Here is an easy way, just a simple stylesheet. 
>>>>>>>>>>>>> https://giffmex.org/gifts/documenting.tw.html#Tag%20editor%20dropdown
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Friday, July 9, 2021 at 4:10:15 PM UTC-5 miket...@gmail.com 
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Now the usual view is very inconvenient when you have a lot 
>>>>>>>>>>>>>> of tags and need to scroll and scroll down the page. Plus, the 
>>>>>>>>>>>>>> selected 
>>>>>>>>>>>>>> tags are still on the list and continue to distract.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This raises two questions?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 1. How can I make the selection of tags more compact so that 
>>>>>>>>>>>>>> I don't have to scroll down the page?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 2. And how to mark tags that are already assigned. Ideally 
>>>>>>>>>>>>>> remove from the list, but it's probably difficult. Maybe you can 
>>>>>>>>>>>>>> at least 
>>>>>>>>>>>>>> change the color to a less noticeable?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Any ideas?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Nice option with checkboxes here
>>>>>>>>>>>>>> https://i.imgur.com/gxJm0Tw.jpg
>>>>>>>>>>>>>> http://zemox.tiddlyspot.com/
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> But I didn't understand how he did it, I installed his 
>>>>>>>>>>>>>> plugins and nothing changed.
>>>>>>>>>>>>>
>>>>>>>>>>>>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6a4d700b-5e36-4ea9-86c0-49a94fd7e753n%40googlegroups.com.

Reply via email to