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

gwt.material.design.addins.client.popupmenu.resources.css.popup-menu.css Maven / Gradle / Ivy

There is a newer version: 2.8.3
Show newest version
.popup-menu {
    position: absolute;
    background-color: white;
    width: 280px;
    z-index: 999;
    max-height: 70vh !important;
}

.popup-menu li {
    padding: 0px;
}

.popup-menu li a, .popup-menu ul.dropdown-content li a {
    font-size: 1em;
    padding: 12px;
}

.popup-menu li:hover {
    background: #e9e9e9;
}

.popup-menu li {
    position: relative;
}

.popup-menu ul.dropdown-content {
    position: absolute !important;
    overflow: visible !important;
    left: 280px !important;
    top: 0px !important;
}

.popup-menu ul.dropdown-content.edge-left {
    left: -280px !important;
}

.popup-menu ul.dropdown-content.edge-bottom {
    bottom: 0;
    top: initial !important;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy