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

33 lines
525 B
CSS

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