Original post
Hello there, I have an issue with the widget in OBS, everytime my heart rate goes above 100, the widget is cropped. My settings in OBS are not cropping the widget at all and is giving enough margin on the right to avoid that. So it looks like it's coming from the widget itself. It's difficult to show the issue without having my heart rate going over 100..
P.S. : i tried with two different widget, same result.
Thank you for your help
Community Member•3/10/2026, 11:05:40 AM
Community Member•3/10/2026, 11:06:43 AM
Here for example, I was at 109 bpm and this was the display
Community Member•3/10/2026, 11:07:13 AM
here with another widget, same problem
Community Member•3/10/2026, 11:38:23 AM
<@285524401653415946> The fastest way to fix this - use OBS CSS:
#heartRate{
width: 290px !important;
}
Community Member•3/10/2026, 12:22:44 PM
Thank you I will apply that. Do you know why it does that though ?
Community Member•3/10/2026, 12:30:31 PM
Jep, we deployed a wrong template, so with the next maintenance we will fix this 🙂
Community Member•3/10/2026, 12:58:23 PM
when it will be deployed, should I revert this settings in OBS ?
when do you expect to deploy the fix?
Community Member•3/10/2026, 9:02:47 PM
I don't know why the scroll bars appeared, but I adjusted/extended it for myself.
```#heartRate {
width: 250px !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
}
#heartRate > *,
#heartRate div {
margin: 0 auto !important;
}
html, body {
overflow: hidden !important;
scrollbar-width: none !important;
background: transparent !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
}
::-webkit-scrollbar {
display: none !important;
}```
Community Member•3/14/2026, 4:59:29 PM
Anybody have an idea when the fix will be deployed? I am wondering if this temporary fix will not conflict. So we need to know when to remove it ☺️
Community Member•3/14/2026, 5:01:35 PM
Its already scheduled for the next maintenance phase - i would suggest within the next two weeks.