mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13713] Fix scrolling not working and not needed includes
PHPBB3-13713
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
/* Mention dropdown
|
||||
---------------------------------------- */
|
||||
.mention-container { /* mention-container */
|
||||
overflow: auto; /* placed here for list to scroll with arrow key press */
|
||||
max-height: 200px;
|
||||
text-align: left;
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
@@ -22,8 +24,6 @@
|
||||
}
|
||||
|
||||
.mention-container ul { /* mention-list */
|
||||
overflow: auto; /* placed here for list to scroll with arrow key press */
|
||||
max-height: 200px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
|
Reference in New Issue
Block a user