diff --git a/index.css b/index.css index 686c704..1ba156c 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,13 @@ .titlebar { padding: 0 3px; background-color: #f6f6f6; + box-sizing: content-box; +} + +.titlebar *, +.titlebar :before, +.titlebar :after { + box-sizing: inherit; } .titlebar.webkit-draggable {