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 {
|
||||
float: left;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
top: 105px;
|
||||
bottom: 0;
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
<style>
|
||||
html {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
#editor {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue