]> git.parisson.com Git - mezzo.git/commitdiff
test with no scroll (webkit only)
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 10 Apr 2016 22:36:57 +0000 (00:36 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 10 Apr 2016 22:36:57 +0000 (00:36 +0200)
app/festival/static/css/index.css
app/festival/static/scss/modules/audio-player.scss

index aa09a58b50094b3bc6c08552acefef7c1edaaae0..207126c0f3379a0161534f937cd4775c82b8b630 100755 (executable)
@@ -3607,16 +3607,21 @@ th {
 /* line 25, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
 .audio__playlist {
   max-height: 250px;
-  overflow: scroll;
+  overflow-y: scroll;
 }
 
 /* line 30, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
+.audio__playlist::-webkit-scrollbar {
+  display: none;
+}
+
+/* line 34, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
 .audio__player {
   border-bottom: 1px solid #fff;
   background: #fff;
 }
 
-/* line 35, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
+/* line 39, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
 .audio__playlist__item {
   font-size: .75rem;
   color: #555;
@@ -3624,7 +3629,7 @@ th {
   transition: .3s;
 }
 
-/* line 40, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
+/* line 44, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
 .audio__playlist__item:before {
   content: normal;
   font-family: "Font-Awesome";
@@ -3633,19 +3638,19 @@ th {
   transition: .3s;
 }
 
-/* line 49, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
+/* line 53, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
 .active .audio__playlist__item {
   color: #000;
 }
 
-/* line 51, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
+/* line 55, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
 .active .audio__playlist__item:before {
   font-size: 0.5rem;
   margin-right: .3rem;
   color: #000;
 }
 
-/* line 58, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
+/* line 62, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */
 .audio__title {
   display: block;
   color: #000;
index d0e8d5b0543a6453dde1abc053466e765998ccf8..d5b5a2d1ab99ffc4f802309644e3ebcfa96f308c 100644 (file)
 
 .audio__playlist {
   max-height: 250px;
-  overflow: scroll;
+  overflow-y: scroll;
+}
+
+.audio__playlist::-webkit-scrollbar {
+    display: none;
 }
 
 .audio__player {