Merge pull request #5470 from sboursen-scinote/sb_SCI-8449

Drop down gets out of page at scrolling page [SCI-8449]
This commit is contained in:
aignatov-bio 2023-05-24 10:51:34 +02:00 committed by GitHub
commit 3f218785e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 2 deletions

View file

@ -7,11 +7,17 @@
// New experiments page
.projects-show {
.content-header {
height: var(--content-header-size);
}
.experiment-actions-menu {
height: 36px;
width: 36px;
.dropdown-menu {
z-index: 9;
a,
button {
@include font-button;
@ -67,7 +73,7 @@
}
.project-show-container {
margin: 1.5em 0;
margin: 0;
.cards-wrapper {
--card-min-width: 350px;

View file

@ -594,6 +594,10 @@ li.module-hover {
}
.projects-index {
.content-header {
height: var(--content-header-size);
}
.project-users-list {
hr {
margin: .5em 0;
@ -676,7 +680,7 @@ li.module-hover {
}
.projects-container {
margin: 1.5em 0;
margin: 0;
.cards-wrapper {
--card-min-width: 291px;
@ -757,6 +761,10 @@ li.module-hover {
right: .2em;
top: .2em;
.dropdown-menu {
z-index: 9;
}
.project-actions-menu {
height: 36px;
width: 36px;