summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch')
-rw-r--r--meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch
new file mode 100644
index 0000000000..f79b9ffd74
--- /dev/null
+++ b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch
@@ -0,0 +1,23 @@
+From ccfd9a235b40b0eee364a72458c0e9a82c8e51ce Mon Sep 17 00:00:00 2001
+From: "Andrey V.Kosteltsev" <AKosteltsev@IBS.RU>
+Date: Wed, 22 Jun 2022 14:16:57 +0300
+Subject: [PATCH] AppLayout app-content overflow
+
+---
+ src/layouts/AppLayout.vue | 1 +
+ 1 file changed, 1 insertions(+), 0 deletion(-)
+
+diff --git a/src/layouts/AppLayout.vue b/src/layouts/AppLayout.vue
+index 0b78e5b1..43980111 100644
+--- a/src/layouts/AppLayout.vue
++++ b/src/layouts/AppLayout.vue
+@@ -87,5 +87,6 @@ export default {
+ .app-content {
+ grid-area: content;
+ background-color: $white;
++ overflow-x: auto;
+ }
+ </style>
+--
+2.35.1
+