mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13713] Fix stylelint infractions in mentions stylesheet
PHPBB3-13713
This commit is contained in:
@@ -1677,8 +1677,6 @@ fieldset.submit-buttons legend {
|
||||
}
|
||||
|
||||
.mention-container { /* mention-container */
|
||||
overflow: auto; /* placed here for list to scroll with arrow key press */
|
||||
max-height: 200px;
|
||||
text-align: left;
|
||||
background-color: #ffffff;
|
||||
border-radius: 2px;
|
||||
@@ -1688,6 +1686,8 @@ fieldset.submit-buttons legend {
|
||||
0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
||||
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;
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user