Thursday, March 23, 2023
HomeCSShtml - Problem with fullpage.js (part fp-section fp-is-overflow lively fp-completely)

html – Problem with fullpage.js (part fp-section fp-is-overflow lively fp-completely)


I wish to have my container on this part with peak 100% insted of that my container solely takes one little share of the sreen and the remainder is taken by (part fp-section fp-is-overflow lively fp-completely) and I can not change it, please assist.

That is how I’ve it, That is the one house accessible for my div
That is the house i wish to have
Right here you possibly can see I’ve my div with peak 100% as I would like it
Within the second part the div is ideal as effectively, simply as i would like it

 .container-general {
    show: grid;
    justify-content: heart;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}

.container-general-2 {
   peak: 100%;
   show: grid;
   justify-content: heart;
   grid-template-columns: 1fr 1fr;
   overflow: hidden;
   hole: 30px;
  box-sizing: border-box;
 }

.container-3{
    peak: 100%;
    show: flex;
    justify-content: heart;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    hole: 30px;
    box-sizing: border-box;

first two containers working superb, Third one shouldn’t be

RELATED ARTICLES

Most Popular

Recent Comments