popup position now "fixed"
changed publicationviewer width
This commit is contained in:
parent
a91c33ee4f
commit
65f468a30a
@ -242,7 +242,7 @@ popup{
|
|||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -342,7 +342,7 @@ addtask-settings addtask-setting{
|
|||||||
|
|
||||||
publication-viewer{
|
publication-viewer{
|
||||||
display: block;
|
display: block;
|
||||||
width: 500px;
|
width: 450px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 200px;
|
top: 200px;
|
||||||
|
Loading…
Reference in New Issue
Block a user