Suppress latest floater ad
This commit is contained in:
parent
c572891590
commit
6ade6611d9
1 changed files with 4 additions and 1 deletions
|
@ -54,11 +54,14 @@
|
|||
width: $width;
|
||||
}
|
||||
|
||||
div[style*='transform-origin: left bottom'] {
|
||||
div[style*='transform-origin: left bottom'],
|
||||
div[style*='transform-origin: right bottom'] {
|
||||
// [Floating ad]
|
||||
// Hide for now since can't get it to work in a consistent manner between:
|
||||
// - EU and non-EU version
|
||||
// - issues in Firefox
|
||||
// - floater not taking browser zoom levels into account (close button off screen).
|
||||
// - many more...
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue