2025.6.1
This commit is contained in:
@@ -77,7 +77,6 @@ body{
|
||||
}
|
||||
|
||||
.page{
|
||||
box-shadow: 6px 5px 4px 0px rgba(60, 60, 60, 0.47), 1px 1px 7px 1px rgba(60, 60, 60, 0.47);
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
display: block;
|
||||
@@ -86,6 +85,14 @@ body{
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.page > .shadow{
|
||||
box-shadow: 6px 5px 4px 0px rgba(60, 60, 60, 0.47), 1px 1px 7px 1px rgba(60, 60, 60, 0.47);
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.PageBackground{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
@@ -9,6 +9,22 @@
|
||||
*/
|
||||
|
||||
/* Annotation 3D */
|
||||
.FrameContainer {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.PublishIframe {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
iframe {
|
||||
display:none;
|
||||
/* pointer-events: none; StephC be carrefull keep itfor mobile viewer */
|
||||
|
||||
Reference in New Issue
Block a user