diff --git a/osu.Game/Screens/Select/BeatmapCarousel.cs b/osu.Game/Screens/Select/BeatmapCarousel.cs
index e21faf321e..1bbd7c1270 100644
--- a/osu.Game/Screens/Select/BeatmapCarousel.cs
+++ b/osu.Game/Screens/Select/BeatmapCarousel.cs
@@ -31,12 +31,12 @@ namespace osu.Game.Screens.Select
///
/// Height of the area above the carousel that should be treated as visible due to transparency of elements in front of it.
///
- public float BleedTop;
+ public float BleedTop { get; set; }
///
/// Height of the area below the carousel that should be treated as visible due to transparency of elements in front of it.
///
- public float BleedBottom;
+ public float BleedBottom { get; set; }
///
/// Triggered when the loaded change and are completely loaded.