mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/14206]Fix arrow placement
PHPBB3-14206
This commit is contained in:
@@ -441,12 +441,12 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||
.dropdown .pointer {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
top: 0;
|
||||
top: -1px;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.dropdown-up .pointer {
|
||||
bottom: 0;
|
||||
bottom: -1px;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user