This is an automated email from the ASF dual-hosted git repository.

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git


The following commit(s) were added to refs/heads/master by this push:
     new 4664cf2  [YUNIKORN-2889] Fix redundant scrollbar & invalid `overflow` 
style setting (#207)
4664cf2 is described below

commit 4664cf2e7e37a3c1dec76eae7ba07e6ea65341d3
Author: SP12893678 <[email protected]>
AuthorDate: Tue Sep 24 16:44:52 2024 -0500

    [YUNIKORN-2889] Fix redundant scrollbar & invalid `overflow` style setting 
(#207)
    
    Closes: #207
    
    Signed-off-by: Craig Condit <[email protected]>
---
 src/app/components/app-status/app-status.component.scss | 2 +-
 src/app/components/queue-v2/queues-v2.component.scss    | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/app/components/app-status/app-status.component.scss 
b/src/app/components/app-status/app-status.component.scss
index 419fc35..5f24275 100644
--- a/src/app/components/app-status/app-status.component.scss
+++ b/src/app/components/app-status/app-status.component.scss
@@ -27,7 +27,7 @@
 .chart-legend {
   max-width: 200px;
   max-height: 220px;
-  overflow: scroll;
+  overflow: auto;
   margin: 0 auto;
   font-size: 0.8em;
   font-weight: bold;
diff --git a/src/app/components/queue-v2/queues-v2.component.scss 
b/src/app/components/queue-v2/queues-v2.component.scss
index fd3fd4a..0323d73 100644
--- a/src/app/components/queue-v2/queues-v2.component.scss
+++ b/src/app/components/queue-v2/queues-v2.component.scss
@@ -23,7 +23,6 @@
     background-color: white;
     padding: 20px; /* Adjust padding to your preference */
     box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 
0, 0.05);
-    overflow: show; /* Add scroll for overflow content */
   }
   
   .header .title-group {
@@ -51,7 +50,6 @@
     border: 1px solid #132030;
     border-radius: 5px;
     cursor: pointer;
-    overflow: show;
   }
 
   .tooltip {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to