1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-03 23:34:09 +02:00

Fix one more case of breaking overlays (account dialog)

This commit is contained in:
chylex 2018-06-07 17:48:52 +02:00
parent 86569261ad
commit 5587216c01

View File

@ -261,7 +261,7 @@ a[data-full-url] {
display: flex !important; display: flex !important;
} }
.overlay { #tduck .overlay {
display: flex; display: flex;
} }