📜  手机屏幕尺寸宽度css代码示例

📅  最后修改于: 2022-03-11 14:47:49.109000             🧑  作者: Mango

代码示例2
* main content without navbar links */ .full-height-with-banner-footer {
  height: calc(100vh - 100px);
  overflow-y: auto;
  position: relative;
  width: 100%;
}