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
|
||||
|
||||
&[data-context="task"]
|
||||
overflow: hidden // columns scroll independently
|
||||
nav.sidebar .navbar-item.tasks
|
||||
+sidebar-button-active
|
||||
|
||||
&[data-context="shot"]
|
||||
overflow: hidden // columns scroll independently
|
||||
nav.sidebar .navbar-item.shots
|
||||
+sidebar-button-active
|
||||
|
||||
|
Reference in New Issue
Block a user