Hide scrollbar on main document when we're on shot/task context
This commit is contained in:
@@ -7,10 +7,12 @@ body
|
|||||||
background-color: $color-background-light
|
background-color: $color-background-light
|
||||||
|
|
||||||
&[data-context="task"]
|
&[data-context="task"]
|
||||||
|
overflow: hidden // columns scroll independently
|
||||||
nav.sidebar .navbar-item.tasks
|
nav.sidebar .navbar-item.tasks
|
||||||
+sidebar-button-active
|
+sidebar-button-active
|
||||||
|
|
||||||
&[data-context="shot"]
|
&[data-context="shot"]
|
||||||
|
overflow: hidden // columns scroll independently
|
||||||
nav.sidebar .navbar-item.shots
|
nav.sidebar .navbar-item.shots
|
||||||
+sidebar-button-active
|
+sidebar-button-active
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user