diff --git a/exwm-workspace.el b/exwm-workspace.el
index 472b2c2..8335247 100644
--- a/exwm-workspace.el
+++ b/exwm-workspace.el
@@ -937,7 +937,7 @@ INDEX must not exceed the current number of workspaces."
               (set-frame-parameter new-frame 'exwm-container container)
               (make-frame-invisible new-frame)
               (set-frame-size new-frame
-                              (frame-pixel-width old-frame)
+                              (- (frame-pixel-width old-frame) 1)
                               (frame-pixel-height old-frame)
                               t)
               (xcb:+request exwm--connection