Vaadin Valo page will not scroll

一笑奈何 提交于 2019-12-08 02:02:05

问题


I'm creating a new Vaadin theme based on the native Valo theme. After the upgrade to Vaadin 7.3 Valo (done by someone else) the page content won't scroll anymore. All of the other elements on the page where overflow property is applied, work fine except the whole page itself.

I know I could apply this

      .v-ui > .v-widget {
      overflow: visible;
      }

which would be an 'ok' solution. But it's not what would normally be seen after an upgrade. What could be causing such behavior? At the moment no additional styles are in use, only the native Valo.

来源:https://stackoverflow.com/questions/27556026/vaadin-valo-page-will-not-scroll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!