diff --git a/images/ui/dialog_and_popup_sizes/dialog_popup_sizes_dark.png b/images/ui/dialog_and_popup_sizes/dialog_popup_sizes_dark.png
index 6ca88849b..2a2bf8554 100644
Binary files a/images/ui/dialog_and_popup_sizes/dialog_popup_sizes_dark.png and b/images/ui/dialog_and_popup_sizes/dialog_popup_sizes_dark.png differ
diff --git a/topics/Window-sizes.md b/topics/Window-sizes.md
index c5114077b..1415348b7 100644
--- a/topics/Window-sizes.md
+++ b/topics/Window-sizes.md
@@ -72,26 +72,21 @@ Set the dialog's maximum dimensions to match screen size to prevent resizing bey
### Popup
-Popups should have the same [default width](Window-sizes.md#default-sizes) as dialogs. In addition, there is an **extra small** size for popups – 200 px wide when the content is narrow.
-
A popup can't be made smaller than the default size.
#### Action popups
-If a popup has a vertical list of actions or options, set the minimum width to **extra small** (200 px).
+If a popup has a vertical list of actions or options, set the minimum width to 200 px.
The default width and height are adaptable to the content inside if it exceeds the minimum width.
-
- Extra small
-
+
|
- Small
-
+ Insert popup with the minimum width
|
@@ -100,7 +95,7 @@ The default width and height are adaptable to the content inside if it exceeds t
If a popup has several sections and features long texts, set a default width to **medium** (500 px) or **large** (750 px). When the default width doesn't work, set [minimum sizes for components](Window-sizes.md#minimum-sizes-for-components).
-Height is adaptable based on the content. If a popup has a scrollable content, set the default height respectively: **medium** (350 px) or **large** (525 px).
+Height is adaptable based on the content. If a popup has a scrollable content, set the default height respectively: **medium** (350 px) or **large** (525 px), and use a [scrollbar](scrollbar.md).