1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13713] Fix stylelint infractions in mentions stylesheet

PHPBB3-13713
This commit is contained in:
Marc Alexander
2021-05-04 19:54:51 +02:00
parent f27be9a4f1
commit 17ce85d012
2 changed files with 4 additions and 4 deletions

View File

@@ -14,12 +14,12 @@
/* 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;
z-index: 999;
overflow: auto; /* placed here for list to scroll with arrow key press */
max-height: 200px;
transition: all 0.2s ease;
}