消除 CSS 中隐藏 html 的空 space

Eliminating empty space with hidden html in CSS

我正在尝试根据媒体查询以可见性隐藏某些内容。它有效,但它会创建空的可滚动 space 就像容器仍然存在一样。有没有办法消除这种情况?

当屏幕处于 "Desktop" 模式时 - 它下面的所有移动设备都是空的 space,当处于 "Mobile".

时反之亦然

http://oberers.com/mt2.html

改变div.desktop

visibility: hidden 

display: none

参考:display none