fix invisible tab-switcher in emoji picker

このコミットが含まれているのは:
Absturztaube 2019-12-09 22:16:51 +01:00
コミット 7e3a4fa8ec
1個のファイルの変更12行の追加16行の削除

ファイルの表示

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