1 files changed, 0 insertions, 4 deletions
diff --git a/src/emoji/Panel.cpp b/src/emoji/Panel.cpp
index e3b966b4..f0e4449d 100644
--- a/src/emoji/Panel.cpp
+++ b/src/emoji/Panel.cpp
@@ -35,10 +35,6 @@ Panel::Panel(QWidget *parent)
, height_{350}
, categoryIconSize_{20}
{
- setStyleSheet("QWidget {border: none;}"
- "QScrollBar:vertical { width: 0px; margin: 0px; }"
- "QScrollBar::handle:vertical { min-height: 30px; }");
-
setAttribute(Qt::WA_ShowWithoutActivating, true);
setWindowFlags(Qt::Tool | Qt::FramelessWindowHint | Qt::NoDropShadowWindowHint);
|