Remove z-index from liquid tags (#15596)

* Remove z-index from liquid tags

Remove the z-index:1 from liquid tags present in 'GithubReadmeTag.scss', 'GithubTag.scss' and 'TwitterTimelineTag.scss'.
The removal of this eliminates the weird visibility issue when the article-show-more-dropdown overlaps the pretty embeds on the page.

* restart build

Co-authored-by: Paweł Ludwiczak <ludwiczakpawel@gmail.com>
This commit is contained in:
Siddeshwar Navaneetharan 2021-12-01 15:05:45 +05:30 committed by GitHub
parent 029d572cb3
commit da9705b02b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

@ -1,6 +1,5 @@
@import '../variables';
.ltag-github-readme-tag {
z-index: 1;
position: relative;
border: 1px solid $light-medium-gray;
border-radius: 3px;

View file

@ -5,7 +5,6 @@
margin: 1.1em auto 1.3em;
max-width: 580px;
position: relative;
z-index: 1;
h1 {
font-size: var(--fs-xl) !important;

View file

@ -3,7 +3,6 @@
.ltag_twitter-timeline-liquid-tag {
margin: 1.1em auto 1.3em;
max-width: 580px;
z-index: 1;
position: relative;
}