mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 09:17:30 +08:00
10 lines
156 B
SCSS
10 lines
156 B
SCSS
.emoji-picker {
|
|
border: none;
|
|
position: fixed;
|
|
width: 100%;
|
|
max-width: 100vh;
|
|
top: 0;
|
|
left: 0;
|
|
border-bottom: 1px solid var(--primary-low);
|
|
}
|