mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
Site Editor - hide scrollbars if not needed
This commit is contained in:
parent
20a0e6096e
commit
d821ec9dca
2 changed files with 9 additions and 6 deletions
|
@ -1369,7 +1369,7 @@ a.tag:hover {
|
||||||
.row.editor {
|
.row.editor {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 105px;
|
top: 105px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
#editor {
|
#editor {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue