You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
615 B

#fullscreen {
left: 0px;
top: 0px;
position: absolute;
z-index: 9999;
background-color: white;
text-align: center;
}
#fullscreen #tiki_draw_editor{
width: inherit ! important;
height: inherit ! important;
}
#fullscreen #svg-menu{
position: absolute;
z-index: 99991;
}
#fullscreen iframe {
width: 100%;
border: none ! important;
}
#tiki_draw iframe {
width: 100%;
border: none ! important;
}
#tiki_draw_editor iframe {
border: none ! important;
}
.full_screen_body {
overflow: hidden;
}
.ui-widget-overlay.ui-front {
z-index: auto;
}