Skip to content

Commit a38cea6

Browse files
committed
Add Topbar for documentation drawer preview
Signed-off-by: Mohamed Javid <[email protected]>
1 parent bb36748 commit a38cea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_im2/contexts/quo_preview/main.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
:options {:topBar {:visible true}}
205205
:component action-drawers/preview-action-drawers}
206206
{:name :documentation-drawer
207-
:insets {:top false}
207+
:options {:topBar {:visible true}}
208208
:component documenation-drawers/preview-documenation-drawers}
209209
{:name :drawer-buttons
210210
:options {:topBar {:visible true}}

0 commit comments

Comments
 (0)