Hide overflow for cap count html

This commit is contained in:
Christoph Hagen 2023-03-05 09:13:56 +01:00
parent eb6e5d5258
commit e767957e64

View File

@ -198,7 +198,7 @@ final class CapServer {
let count = caps.count
let content =
"""
<body style="margin: 0;">
<body style="margin: 0;overflow: hidden">
<div style="display: flex; justify-content: center;">
<div style="font-size: 60px; font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,Helvetica,sans-serif; -webkit-font-smoothing: antialiased;">\(count)</div>
</div>