Fork me on GitHub
#klipse
<
2017-06-07
>
Yehonathan Sharvit05:06:58

The rule should be

Yehonathan Sharvit05:06:03

.hidden {
    visibility: hidden;
    height: 0px;
}

genRaiy12:06:37

My solution is better :-P

genRaiy12:06:40

Seriously the visibility rule is poorly supported and my rule is the correct / most widely supported way to implement the desired behaviour as well as being the simplest and most concise