fix dynamic positioning

This commit is contained in:
zadam 2021-08-20 21:39:56 +02:00
parent 9d9bc31d91
commit 68d599ed19

View File

@ -164,16 +164,15 @@ div.ui-tooltip {
visibility: hidden;
}
.dropdown-menu kbd
{
.dropdown-menu kbd {
float: right;
color: var(--muted-text-color);
border: none;
background-color: transparent;
box-shadow: none;
}
.dropdown-menu kbd {
float: right;
/* 0 padding needed otherwise this increases the size of dropdown after dynamic positioning (which is then screwed) */
padding-top: 0;
padding-bottom: 0;
}
.dropdown-item {