mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
Remove ugly scrolbars wen logged in
This commit is contained in:
parent
d26c877a52
commit
7325e901f2
@ -5,8 +5,10 @@
|
||||
{% block content %}
|
||||
<style>
|
||||
table td:nth-child(2) {
|
||||
max-width: 450px !important;
|
||||
overflow: scroll;
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
text-overflow: clip;
|
||||
max-width: 200px !important;
|
||||
}
|
||||
</style>
|
||||
<div class="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user