
com.google.gwt.user.client.ui.NativeVerticalScrollbar.ui.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-mock-2.5.1 Show documentation
Show all versions of gwt-mock-2.5.1 Show documentation
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