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

META-INF.resources.frontend.stickynotes.sticky-note.css Maven / Gradle / Ivy

There is a newer version: 0.5.2
Show newest version
.stickynote {
    /*z-index: 10000;*/
    position: absolute;
    visibility: hidden;
}

.stickynote.show {
    visibility: visible;
    opacity: 1;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy