From de652a36a755c5cec75095678b3a7e4ccc3b9f4e Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] force box-sizing model for progress bar --- src/Controller.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controller.html b/src/Controller.html index 4cf9e338..dac8d1ee 100644 --- a/src/Controller.html +++ b/src/Controller.html @@ -262,6 +262,7 @@ position: relative; border-radius: 3px; cursor: pointer; + box-sizing: border-box; border-top: solid 4px #fff; border-bottom: solid 4px #fff; }