mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Fix truncated search results on small screens (#7099)
This commit is contained in:
parent
9f867ad51e
commit
17a1ae23eb
@ -1999,6 +1999,15 @@ html body.tc-body.tc-single-tiddler-window {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/* Make search dropdown visible on small screens. issue #7003 */
|
||||
@media (max-width: <<sidebarbreakpoint>>) {
|
||||
|
||||
.tc-sidebar-search .tc-block-dropdown-wrapper {
|
||||
position: initial;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
** Modals
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user