mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: hide outline of main container
This commit is contained in:
committed by
Tienson Qin
parent
577f5d298b
commit
9bdf399c84
@@ -353,7 +353,7 @@
|
||||
(left-sidebar {:left-sidebar-open? left-sidebar-open?
|
||||
:route-match route-match})
|
||||
|
||||
[:div#main-content-container.scrollbar-spacing.w-full.flex.justify-center.flex-row
|
||||
[:div#main-content-container.scrollbar-spacing.w-full.flex.justify-center.flex-row.outline-none
|
||||
|
||||
{:tabIndex "-1"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user