This is an automated email from the ASF dual-hosted git repository.
hshpak pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new 4bc9f9b [DATALAB-2737] fixed contex menu position
new 3a0a29a Merge pull request #1463 from
GennadiyShpak/fix/DATALAB-2737/contex-menu-overflow-problem
4bc9f9b is described below
commit 4bc9f9b1d313ec13b5b6146918404c639dbc4191
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Thu Mar 17 13:13:20 2022 +0200
[DATALAB-2737] fixed contex menu position
---
.../main/resources/webapp/src/app/shared/navbar/navbar.component.html | 2 +-
.../main/resources/webapp/src/app/shared/navbar/navbar.component.scss | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.html
b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.html
index 64ccc94..8c52c46 100644
---
a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.html
+++
b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.html
@@ -46,7 +46,7 @@
<span class="about-btn">About</span>
</a>
- <bubble-up #actions class="list-menu" position="bottom-left">
+ <bubble-up #actions class="list-menu bubble-menu" position="bottom-left">
<div class="app-info">
<p>
<strong>Version: </strong>
diff --git
a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
index 3e63d9f..d573313 100644
---
a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
+++
b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
@@ -391,7 +391,7 @@ mat-sidenav-content {
cursor: pointer;
}
-.list-menu.bubble-up {
+.bubble-menu.bubble-up {
width: 300px;
top: 48px !important;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]