popup position now "fixed"

changed publicationviewer width
This commit is contained in:
glax 2023-05-25 16:05:40 +02:00
parent a91c33ee4f
commit 65f468a30a

View File

@ -242,7 +242,7 @@ popup{
min-height: 100%;
top: 0;
left: 0;
position: absolute;
position: fixed;
z-index: 2;
}
@ -342,7 +342,7 @@ addtask-settings addtask-setting{
publication-viewer{
display: block;
width: 500px;
width: 450px;
height: 300px;
position: absolute;
top: 200px;