diff --git a/src/components/layouts/LayoutRough/style.scss b/src/components/layouts/LayoutRough/style.scss index 420ec38a1..9845440bf 100644 --- a/src/components/layouts/LayoutRough/style.scss +++ b/src/components/layouts/LayoutRough/style.scss @@ -317,6 +317,9 @@ $alertp: #7a24cf; background-image: url("./images/focus-c.png"); } } + .dropdown .btn { + overflow: visible; + } .form-control, .form-control:active, .form-control:focus, diff --git a/src/components/views/Targeting/style.scss b/src/components/views/Targeting/style.scss index 95b407d1c..6cd06fe01 100644 --- a/src/components/views/Targeting/style.scss +++ b/src/components/views/Targeting/style.scss @@ -78,7 +78,7 @@ grid-template-rows: 1fr 1fr; grid-gap: 10px; overflow-y: auto; - overflow-x: hidden; + overflow-x: visible; .torpedo-loader { width: auto; height: auto;