Files
wyczarujprezent.pl/modules/zakeke/views/css/configurator.css
2024-10-28 22:14:22 +01:00

23 lines
353 B
CSS

#zakeke-frame {
width: 100%;
height: 100%;
border: 0;
overflow: hidden;
}
@media (min-width: 768px) {
#zakeke-frame {
min-height: 719px;
}
}
@media (max-width: 768px) {
#zakeke-frame {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999999;
}
}