From 4d248b0668f036044555f8f232c213b9685141ff Mon Sep 17 00:00:00 2001 From: mac Date: Sun, 30 Jun 2024 17:52:17 +0300 Subject: [PATCH] Update min-width of color --- styles/Colors.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/Colors.module.scss b/styles/Colors.module.scss index 5117903..14f6319 100644 --- a/styles/Colors.module.scss +++ b/styles/Colors.module.scss @@ -1,6 +1,8 @@ .colors { + width: 100%; height: 100%; display: flex; + overflow-x: auto; flex-direction: row; .colorWrapper { @@ -8,6 +10,7 @@ flex: 1 1 0; height: 100%; display: flex; + min-width: 250px; padding-top: 80px; position: relative; align-items: center;