minor CSS fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-09-14 14:46:19 +03:00
parent c4d4e98450
commit 79cb149a4b
2 changed files with 2 additions and 4 deletions

View File

@ -46,7 +46,7 @@
dive into the configuration to change the container size dive into the configuration to change the container size
limits limits
*/ */
max-width: 50vh; max-width: 80vh;
overflow: auto; overflow: auto;
} }
/* XXX not sure about this... */ /* XXX not sure about this... */
@ -161,7 +161,7 @@
dive into the configuration to change the container size dive into the configuration to change the container size
limits limits
*/ */
max-width: 50vh; max-width: 80vh;
overflow: hidden; overflow: hidden;
} }
.browse-widget:not(.flat) .list div:not(.not-traversable):after { .browse-widget:not(.flat) .list div:not(.not-traversable):after {

View File

@ -24,8 +24,6 @@
position: relative; position: relative;
display: inline-block; display: inline-block;
background: white;
top: 50%; top: 50%;
left: 50%; left: 50%;