Remove scrollbar from main menu

master
Skylar Ittner 5 years ago
parent 41a94380ec
commit 02190fbc09

@ -8,6 +8,10 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
background-color: rgba(23, 23, 23, 0.75); background-color: rgba(23, 23, 23, 0.75);
} }
#menu-popup {
overflow-y: hidden;
}
#mainmenu-items .mainmenu-item { #mainmenu-items .mainmenu-item {
text-align: center; text-align: center;
font-size: 16pt; font-size: 16pt;

Loading…
Cancel
Save