diff --git a/src/server-context-service.c b/src/server-context-service.c
index 716b9a2df0b79947dea00f09b35c34ec85ef6eb2..9336b0bf5dbba0ae64c112e50bc347803948b784 100644
--- a/src/server-context-service.c
+++ b/src/server-context-service.c
@@ -285,7 +285,7 @@ make_window (ServerContextService *context)
         PHOSH_TYPE_LAYER_SURFACE,
         "layer-shell", squeek_wayland->layer_shell,
         "wl-output", g_ptr_array_index(squeek_wayland->outputs, 0), // TODO: select output as needed,
-        "height", 200,
+        "height", 210,
         "anchor", ZWLR_LAYER_SURFACE_V1_ANCHOR_BOTTOM
                   | ZWLR_LAYER_SURFACE_V1_ANCHOR_LEFT
                   | ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT,