diff --git a/Userland/Libraries/LibWeb/CSS/Default.css b/Userland/Libraries/LibWeb/CSS/Default.css index f61d198adb..11c395cac1 100644 --- a/Userland/Libraries/LibWeb/CSS/Default.css +++ b/Userland/Libraries/LibWeb/CSS/Default.css @@ -85,6 +85,7 @@ input[type=range]::-webkit-slider-thumb { margin-top: -6px; width: 16px; height: 16px; + transform: translateX(-50%); border-radius: 50%; background-color: hsl(0, 0%, 96%); outline: 1px solid rgba(0, 0, 0, 0.5);