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:
parent
029d572cb3
commit
da9705b02b
3 changed files with 0 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
@import '../variables';
|
||||
.ltag-github-readme-tag {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
border: 1px solid $light-medium-gray;
|
||||
border-radius: 3px;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
.ltag_twitter-timeline-liquid-tag {
|
||||
margin: 1.1em auto 1.3em;
|
||||
max-width: 580px;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue