Skip to content

Commit

Permalink
Css fix test (#1485)
Browse files Browse the repository at this point in the history
* Fixing table layout.  (Maybe?)

* Adding missing newline

* Adjusting z-index to fix icon overlap issues

* Updating test rule

* Varying the test
  • Loading branch information
lanceleonard authored Aug 12, 2021
1 parent 493525e commit b7a322d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions static/theme-flex/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3612,9 +3612,9 @@ a[href*="#no-click"], img[src*="#no-click"] {
}

/* CSS hacks - Aug 2021 */
.root,
.drift-widget-message-preview-wrapper {
display: none;
#root,
#drift-widget-message-preview-wrapper {
display: none !important;
}

article section.page table {
Expand All @@ -3623,4 +3623,5 @@ article section.page table {

.gdpr-modal {
z-index: 9999;
}
}

0 comments on commit b7a322d

Please sign in to comment.