All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.gwt.user.client.ui.NativeHorizontalScrollbar.ui.xml Maven / Gradle / Ivy




  
    .viewport {
      position: relative;
      overflow: hidden;
    }

    .scrollable {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100px;
      overflow: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .content {
      height: 1px;
    }
  

  
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy