*{ position: relative; font-family: sans-serif; color: black; box-sizing: border-box; } .btn_FullScreen{ position: fixed; left: 2rem; top: 2rem; /*z-index: 10;*/ z-index: 10001; &::before{ content: ""; display: inline-block; width: 20px; height: 20px; background-image: url("Images_ThreeJS/FullScreen/fullscreen.png"); background-size: cover; /* Přizpůsobení velikosti ikony podle pseudo-elementu */ } &.fullScreen::before{ background-image: url("Images_ThreeJS/FullScreen/fullscreen_exit.png"); } } .application_ThreeJS{ display: block !important; position: relative; width: 100%; height: 100%; /*z-index: 2;*/ z-index: 10000; .box_top_left{ position: absolute; left: 0; top: 0; width: 20%; height: 10%; z-index: 1; } .box_top_right{ position: absolute; right: 0; top: 0; width: 30%; height: 10%; padding: 1px; margin: 0; z-index: 1; *{ font-size:9px; line-height: 14px; color:red; font-weight: 700; } } .box_bottom{ position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 40%; padding: 0.5rem; color: greenyellow; background-color: rgba(255,255,255,0.2); overflow: hidden; overflow-y: auto; z-index: 1; .uk-grid{ width: 100%; >div{ padding-top: 0.3rem; padding-bottom: 0.3rem; } } } #debug_log{ color: greenyellow; background-color: rgba(230,230,230,0.8); } &.Debug_on{ .box_top_left{ border: 1px solid red; } .box_top_right{ border: 1px solid red; } .box_bottom{ border: 1px solid red; } #idBtn1{ border: 1px solid red; } } } .ScreenWebGL.fullScreen{ position: fixed; right: 0; left: 0; top: 0; bottom: 0; max-width: unset; max-height: unset; background-color: #000000; &.AR_on{ background-color: unset; } #ThreeJSDiv{ z-index: unset !important; } } #ARButton{ position: fixed !important; left: unset!important; right: 8rem !important; top: 2rem !important; bottom: unset !important; opacity: 1 !important; background-color: rgba(0, 0, 0, 0.4); } #ThreeJSCanvas{ position: relative; width: 100% !important; height: 100% !important; } /* Přepsání šablony */ section.configurator-content .container > div .row .row-content .input-pack .input-row:first-of-type { margin-right: unset; }