You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a monitor with a resolution of 1366px wide. When I open a documentation article, the table of contents doesn't show in the right sidebar nor at the top of the article.
And this is what I see when I open the same article in a 1920px wide monitor:
If I manually change .hidden-lg CSS from @media (min-width: 1200px) to @media (min-width: 1400px), then I cann see the table of contents at the top of the article in my 1366px wide:
So it seems that the fix could be to change the .hidden-lg CSS.
The text was updated successfully, but these errors were encountered:
I have a monitor with a resolution of 1366px wide. When I open a documentation article, the table of contents doesn't show in the right sidebar nor at the top of the article.
For example, this is what I see when I open https://www.yiiframework.com/doc/guide/2.0/en/tutorial-yii-integration in my 1366px wide monitor:
And this is what I see when I open the same article in a 1920px wide monitor:
If I manually change
.hidden-lg
CSS from@media (min-width: 1200px)
to@media (min-width: 1400px)
, then I cann see the table of contents at the top of the article in my 1366px wide:So it seems that the fix could be to change the
.hidden-lg
CSS.The text was updated successfully, but these errors were encountered: