InvisibleProgrammer commented on issue #6381: URL: https://github.com/apache/iceberg/issues/6381#issuecomment-1342989592
The issue is caused by that block in `iceberg-theme.css`: ```css @media screen and (max-width: 1280px) { div.sidebar { display: none; } /* Hide the sidebar if the page is less than 1280px */ } ``` I'm not a UI expert and also, I don't know if it is important to have great user experience on smaller screens (like mobile). If I remove that line and shrink the screen, I get that: <img width="1062" alt="image" src="https://user-images.githubusercontent.com/1486749/206509082-066944e3-b61a-43c2-8bdf-c379f31c3327.png"> What do you think about that? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org