mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
fix for long filenames in editor bleeding out buttons
This commit is contained in:
parent
35d93f5755
commit
d96aaeba5a
1 changed files with 3 additions and 2 deletions
|
@ -2111,8 +2111,9 @@ a.tag:hover {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: absolute;
|
//position: absolute;
|
||||||
top: 105px;
|
//top: 105px;
|
||||||
|
height: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
.col {
|
.col {
|
||||||
|
|
Loading…
Add table
Reference in a new issue