mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 21:20:08 +08:00
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:
commit
3f218785e1
2 changed files with 16 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue