mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Added CSS rules back in to put the menu above/below
Change-Id: I34d9031c04bed4944d2b3cd184fed021fc31d4a9
This commit is contained in:
parent
daa7e76807
commit
71f91dd92c
|
@ -21,6 +21,14 @@
|
|||
z-index: 3;
|
||||
}
|
||||
|
||||
.ve-ui-context-position-above .ve-ui-menu {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.ve-ui-context-position-below .ve-ui-menu {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.ve-ui-menu-item {
|
||||
padding: 0.33em 1em;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue