mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +08:00
Merge pull request #563 from mz3944/mz-SCI-860
Experiment description is inside of box for every supported browser. …
This commit is contained in:
commit
e92a1b3ea8
1 changed files with 2 additions and 1 deletions
|
@ -455,7 +455,8 @@ li.module-hover {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
overflow-y: overlay;
|
overflow-x: hidden;
|
||||||
|
overflow-y: scroll;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue