mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Merge pull request #423 from sharetribe/fix-imagecarousel-height
ImageCarousel should take 100vh
This commit is contained in:
commit
d6900fa8c8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
.root {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
padding: 0;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue