projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e7916
)
Fix menu z-index on mobile on watch page
author
Chocobozzz
<me@florianbigard.com>
Thu, 13 Feb 2020 09:28:42 +0000
(10:28 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 13 Feb 2020 09:28:42 +0000
(10:28 +0100)
client/src/app/menu/menu.component.scss
patch
|
blob
|
history
diff --git
a/client/src/app/menu/menu.component.scss
b/client/src/app/menu/menu.component.scss
index 2963d4d1918333392987317295fdde9ab6fc1750..dd718a091879b5af317035b3e72064dc4b48c1c0 100644
(file)
--- a/
client/src/app/menu/menu.component.scss
+++ b/
client/src/app/menu/menu.component.scss
@@
-6,7
+6,7
@@
height: calc(100vh - #{$header-height});
padding: 0;
width: $menu-width;
- z-index: 1
0
000;
+ z-index: 1
1
000;
}
menu {