wiki.techinc.nl/resources/lib/codex/modules/CdxMenu-experimental.css
Volker E 87b8ef6968 Update Codex from v1.3.2 to v1.3.3
Bug: T343910
Bug: T347107
Bug: T350644
Bug: T350946
Bug: T356103
Bug: T356537
Bug: T356540
Bug: T356541
Bug: T357165
Bug: T357173
Bug: T357185
Bug: T357324
Depends-On: Ia561e6123ab8fa52b4498074867fc1b5e92f1e02
Change-Id: I363a97d33d85a9033da753f2a8fe730d80206639
2024-02-20 23:39:32 +00:00

1 line
572 B
CSS

.cdx-menu{background-color:var(--background-color-base);display:flex;flex-direction:column;position:absolute;left:0;z-index:50;box-sizing:border-box;width:100%;border:var(--border-base);border-radius:2px;box-shadow:0 2px 2px rgba(0,0,0,.2)}.cdx-menu__progress-bar.cdx-progress-bar{position:absolute;top:0}.cdx-menu__listbox{margin:0;padding:0;overflow-y:auto}.cdx-menu--has-footer .cdx-menu-item:last-of-type{position:absolute;bottom:0;box-sizing:border-box;width:100%}.cdx-menu--has-footer .cdx-menu-item:last-of-type:not(:first-of-type){border-top:var(--border-subtle)}