fix invisible tab-switcher in emoji picker

This commit is contained in:
Absturztaube 2019-12-09 22:16:51 +01:00
parent f6d8f245e6
commit 7e3a4fa8ec

View file

@ -37,13 +37,8 @@
.sticker-picker {
width: 100%;
position: relative;
.tab-switcher {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.contents {
min-height: 250px;
.sticker-picker-content {
.sticker {
display: inline-block;
@ -58,5 +53,6 @@
}
}
}
}
</style>