diff --git a/Content.Shared/Popups/SharedPopupSystem.cs b/Content.Shared/Popups/SharedPopupSystem.cs
index 9c093ba13b9..ef30e37b4a7 100644
--- a/Content.Shared/Popups/SharedPopupSystem.cs
+++ b/Content.Shared/Popups/SharedPopupSystem.cs
@@ -186,11 +186,13 @@ public enum PopupType : byte
///
Small,
SmallCaution,
+ SmallFloating, // Sunrise
///
/// Medium popups should be used for actions which are not spammable but may not be particularly important.
///
Medium,
MediumCaution,
+ MediumCautionFloating, // Sunrise
///
/// Large popups should be used for actions which may be important or very important to one or more users,
/// but is not life-threatening.