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

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

Go to download

A mocked implementation for GWT-2.5.1 that can run in the JVM to allow integration testing

The newest version!



  
    .viewport {
    	position: relative;
    	overflow: hidden;
    	/* Force the scrollbar into LTR mode so it is reliably aligned to the left. */
    	direction: ltr;
    }
    
    /* scrollable is in LTR mode even if the body is in RTL mode. */
    @noflip {
      .scrollable {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 100px;
        overflow-y: scroll;
        overflow-x: hidden;
      }
    }
  

  
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy