Skip to content

Commit 3ca81ea

Browse files
committed
fix: topbar pomodoro layout tweak
1 parent 7e77691 commit 3ca81ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/doctor/ui/views/topbar.cljs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@
139139
($ :div
140140
{:class ["flex" "flex-row" "justify-end" "items-center"]}
141141

142-
($ :div
143-
{:class ["overflow-scroll"]}
144-
($ pomodoro/bar opts))
142+
($ pomodoro/bar opts)
145143

146144
($ topbar-actions-list (assoc opts :metadata metadata))
147145

0 commit comments

Comments
 (0)