diff --git a/airwatch/src/app/chatbot/chatbot.scss b/airwatch/src/app/chatbot/chatbot.scss index 4545e4a..875181a 100644 --- a/airwatch/src/app/chatbot/chatbot.scss +++ b/airwatch/src/app/chatbot/chatbot.scss @@ -130,8 +130,6 @@ min-width: 175px; background-color: white; border-radius: 10px; - padding-bottom: 20px; - padding-top: 20px; margin-top: 2px; margin-right: 0; @@ -141,6 +139,10 @@ .dropdown-content { padding: 0.5rem 0; + display: flex; + flex-direction: column; + justify-content: center; + align-items: stretch; } .dropdown-item { diff --git a/airwatch/src/app/chatbot/warning-bugs/warning-bugs.scss b/airwatch/src/app/chatbot/warning-bugs/warning-bugs.scss index aa5eb8f..e78aece 100644 --- a/airwatch/src/app/chatbot/warning-bugs/warning-bugs.scss +++ b/airwatch/src/app/chatbot/warning-bugs/warning-bugs.scss @@ -1,8 +1,7 @@ :host { - + position: relative; bottom: 0; - left: -242px; - top: 150px; - + left: 0; + top: 8px; } diff --git a/my-workspace/projects/sae-lib/src/styles/_layout_demo.scss b/my-workspace/projects/sae-lib/src/styles/_layout_demo.scss index e51a016..6afaead 100644 --- a/my-workspace/projects/sae-lib/src/styles/_layout_demo.scss +++ b/my-workspace/projects/sae-lib/src/styles/_layout_demo.scss @@ -456,6 +456,7 @@ display: flex; flex-direction: column; justify-content: flex-end; + min-height: 82vh; } .main-conversation-container { @@ -495,10 +496,6 @@ } .bottom-warning-container { - margin-left: 70px; - margin-top: 18px; - margin-bottom: -110px; - bottom: 12px; .is-expanded-left & { left: 300px;