Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-29 06:13:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-29 06:13:40 +0300
commit41310fed8a373f2869cdd5946605e28a977706f1 (patch)
tree55390a2f6c782dec7363f13ade1c1c49a7163332 /app/assets/stylesheets
parent46f9d8c35974925bf3d01380e10dd920e6dcaaf3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/emojis.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/emojis.scss b/app/assets/stylesheets/framework/emojis.scss
index 9b22e4cebb2..d3986f31d52 100644
--- a/app/assets/stylesheets/framework/emojis.scss
+++ b/app/assets/stylesheets/framework/emojis.scss
@@ -63,6 +63,7 @@ gl-emoji {
border-bottom-color: $blue-500;
}
-.emoji-picker .gl-dropdown-inner > :last-child {
+.emoji-picker .gl-dropdown-contents > :last-child {
padding-bottom: 0;
+ overflow-y: hidden;
}