Remove scrollbar from main menu

This commit is contained in:
Skylar Ittner 2019-05-04 15:34:51 -06:00
parent 41a94380ec
commit 02190fbc09

View File

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