mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 03:01:31 +00:00
Merge pull request #267 from xorzo1/patch-2
fix(menus) fixed the positioning for top-right
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
}
|
||||
|
||||
.menu.align-top-right {
|
||||
right: 10;
|
||||
right: 40;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
@@ -109,4 +109,4 @@
|
||||
.menu.align-center {
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user