Github user thunterdb commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10297#discussion_r47721419
  
    --- Diff: docs/css/main.css ---
    @@ -171,24 +202,104 @@ a.anchorjs-link:hover { text-decoration: none; }
      * The left navigation bar.
      */
     .left-menu-wrapper {
    -  position: absolute;
    -  height: 100%;
    -
    -  width: 256px;
    -  margin-top: -20px;
    -  padding-top: 20px;
    +  margin-left: 0px;
    +  margin-right: 0px;
       background-color: #F0F8FC;
    +  border-top-width: 0px;
    +  border-left-width: 0px;
    +  border-bottom-width: 0px;
    +  margin-top: 0px;
    +  width: 210px;
    +  float: left;
    +  position: absolute;
     }
     
     .left-menu {
    -  position: fixed;
    -  max-width: 350px;
    -
    -  padding-right: 10px;
    -  width: 256px;
    +  padding: 0px;
    +  width: 199px;
     }
     
     .left-menu h3 {
       margin-left: 10px;
       line-height: 30px;
    +}
    +
    +/**
    + * The collapsing button for the navigation bar.
    + */
    +.nav-trigger {
    +    position: fixed;
    +    clip: rect(0, 0, 0, 0);
    +}
    +
    +.nav-trigger + label:after {
    +    content: '»';
    +}
    +
    +label {
    --- End diff --
    
    Good question. I tried to do this and it failed to take the z-index into 
account despite my best efforts. This is the only way I found to make it work. 
If you think it is too wide, then I can try to add a CSS class to it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to